generator-cnn-generator
v0.1.3
Published
CNN Generator Package Generator
Downloads
5
Readme
CNN Generator Package Generator
Requirements
A current LTS or Stable version of Node.js. We recommend using nvm to manage node versions.
A utility for installing Yeoman packages. yo
should work
but it is recommended you use the cnn
CLI available from
CNN Package Generator.
Install
No install is necessary if you are using this generator with the cnn
cli.
yo
can be used to install. Refer to the yo
documentation for details.
Can be installed manually.
$ npm install --global generator-cnn-generator
Usage
With cnn
(recommended):
- See the README in
the CNN Package Generator repo for usage details on the
cnn
CLI.
Things to be aware of
When the generator is running it may ask to resolve conflicts when writing files to the destination. Always choose to overwrite.
This generator currently does not work with the
yo
cli. This will be resolved in the future.