create-node-module
v1.0.2
Published
Creates a new npm module with all the boilerplate for transpiling, linting, publishing, testing, coverage, readme badges, etc.
Downloads
10
Maintainers
Readme
create-node-module
Creates all the boilerplate for creating a new node module
Install
npm install -g create-node-module
Usage
Execute:
create-node-module
Automatically configures
- GitHub repo
- AVA
- ESLint
- Babel
- Coverage with nyc
- Coverage reports with coveralls
- CI with travis
- npm targets for building, publishing, linting, testing...
Contributing
All feedback is welcome!
LICENSE
MIT