dojo / cli

:rocket: Dojo - command line tooling.
http://dojo.io
Other
26 stars 34 forks source link

Add an option to help with testing commands that are in development #125

Closed rorticus closed 7 years ago

rorticus commented 7 years ago

Enhancement

There is no good way with cli to load a command that is "in development." I.e., you have to and link or copy files around in order to actually test the command you're working on.

It might be helpful to pass a path, or series of paths, that cli could scan to look for commands.

dojo --dev=/path/to/command,/path/to/another/command

I think of this is as similar to installing a Chrome extension in development mode, in which it will read a directory as an extension and not require the extension to be bundled.

rorticus commented 7 years ago

It sounds like linking is the preferred solution, closing this.