yeoman/generator-node: Create a Node.js module
generator-node
creates a base template to start a new Node.js module.
It is also easily composed into your own generators so you can only target your efforts at your generator's specific features.
Maintained by Hemanth.HM.
Install
$ npm install --global generator-node
Usage
$ yo node
Note that this template will generate files in the current directory, so be sure to change to a new directory first if you don't want to overwrite existing files.
That'll generate a project with all the common tools setup. This includes:
- Filled
package.json
file - gulp task runner
- Babel ES2015 transpiler
- mocha unit test
- ESLInt linting and code style checking
- Istanbul code coverage (optionally tracked on Coveralls)
- Travis CI continuous integration (optional)
- License
Read full article from yeoman/generator-node: Create a Node.js module
No comments:
Post a Comment