donejs / cli

The DoneJS command line interface
https://www.npmjs.com/package/donejs-cli
MIT License
6 stars 7 forks source link

Install the correct version of generator-donejs #48

Closed matthewp closed 8 years ago

matthewp commented 8 years ago

When installing a new application, generator-donejs is used to provide the folder structure / files for the project. However we need to use the version of generator-donejs that matches this version of donejs-cli, this way breaking changes of generator-donejs can occur without affecting older versions of donejs.

Closes #18