generator-cnn-cli
v0.2.0
Published
CNN CLI Package Generator
Downloads
1
Readme
CNN CLI Package Generator
This will generate the foundation needed to create a CLI based project for CNN.
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-cli
Usage
With cnn
(recommended):
- See the README in
the CNN Package Generator repo for usage details on the
cnn
CLI.
With yo
:
$ yo cnn-cli