a tool for init a new node module
- generate basic files for a node module.
.editorconfig
.gitignore
.jshintrc
.npmignore
.travis.yml
Makefile
package.json
README.md
LICENSE
(if you selected one)
- insert some basic value into
package.json
,README.md
- generate a LICENSE file as the type you choose
$ npm install -g modit
$ modit path/to/new_module
this command will create a new node module called new_module
in path/to
.
MIT © Leigh Zhu