needy icon indicating copy to clipboard operation
needy copied to clipboard

Add a way to specify external source for dev-mode

Open vmrob opened this issue 8 years ago • 1 comments

When a user would like to modify a needy-managed library, they may wish to develop the library from an external location. I would suggest utilizing dev-mode for this:

needy dev-mode mylib --source=../mylib

When this is done, the sources properties for that library should be ignored and instead the library should be treated as if it had a directory: '../mylib' library property.

vmrob avatar Jul 14 '16 17:07 vmrob

Are there any special considerations to allow this to work? I'm hoping to quickly add this feature in order to make working with nested needy-managed projects less tedious.

vmrob avatar Aug 19 '16 01:08 vmrob