dojo / cli

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

Publish the CLI interfaces #29

Closed tomdye closed 7 years ago

tomdye commented 8 years ago

We should probably publish the CLI interfaces somewhere such that they can be used by cli commands.

At the moment a command would need to have a dependency on the cli itself in order to use it's interface and that is less than ideal.

kitsonk commented 8 years ago

Why wouldn't they just be in cli? Wouldn't every CLI task need it as a dev dependency anyways?