1.0.2 • Published 8 years ago

create-node-module v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

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