ipfs-inactive / gx-workspace

[ARCHIVED] A gx tool for working with a big bunch of repositories/packages
MIT License
12 stars 3 forks source link

implement first pass at update #3

Closed whyrusleeping closed 7 years ago

whyrusleeping commented 7 years ago

This is a very early pass at automating the workflow of updating and bubbling up dependencies of a given package.

Usage:

  1. in the directory of the root package you want to update the dep tree of, run gx-workspace update start PACKAGE
    • Where PACKAGE is the name of the package you want to update
  2. run gx-workspace update next, it will update deps the first package in the todo list
  3. Check the package to make sure it looks right, run tests, etc
  4. run gx-workspace update next again, it will publish said package to ipfs and update the work state
  5. repeat steps 2-4 until done

Notes:

ghost commented 7 years ago

Okay this is ready to go for now, since the basic operational method works.

What's next: