npm-module-generator
v0.3.0
Published
NPM module generator
Downloads
8
Readme
npm-module-generator
NPM module generator.
Inspired by Yeoman.
Install
With npm do:
$ npm install npm-module-generator -g
Usage
In order to have default values, you need to define few settings in your .npmrc
:
$ npm config set init.author.name "Your Name"
$ npm config set init.author.url "http://your-website.com"
$ npm config set init.author.email "[email protected]"
$ npm config set init.author.github "your-github-username"
To generate the module skeleton:
$ mkdir your-project && cd your-project
$ npm-module
License
MIT