dojo / cli

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

Add cli-create-widget #182

Closed bitpshr closed 6 years ago

bitpshr commented 6 years ago

Type: feature

The following has been addressed in the PR:

Description:

This PR adds cli-create-widget to the default CLI command set.

Resolves #181

agubler commented 6 years ago

Do we think that cli-create-widget should automatically available when the cli is installed? Seems like you'd only use it in a context of a project, would not having it as a dev dependency of a project work?

agubler commented 6 years ago

As per issue https://github.com/dojo/cli/issues/183, we are going to remove all the bundled commands from the CLI - but regardless I don't think that cli-create-widget is truly a "global" command as it will depend on the version of widget-core that is being used in the project.