generator-cnm
v0.6.0
Published
Scaffold out a node module
Maintainers
Readme
generator-cnm
Fork from sindresorhus/generator-nm for personal usage
Install
$ npm install -g generator-cnmNote:
generator-cnmis a yeoman generator, so you must have globalyoinstalled, too.
$ npm install -g yoUsage
$ mkdir your-module-name && cd your-module-name && yo cnmTroubleshooting
TypeError: this.env.adapter.prompt(...).then is not a function
Please upgrade your global yo npm module using npm install -g yo.
License
MIT © C.T. Lin
