modinit
v1.0.1
Published
Initialize node packaged module
Maintainers
Readme
modinit 
Initialize node packaged module.
Installation
$ npm install -g modinitHow to use
Create modinit.json in current directory.
modinit.json is configuration file to initialize your node modules.
$ modinit createEx:
{
"github": "morishitter",
"author": "Masaaki Morishita",
"mail": "[email protected]",
"license": "MIT",
"readme": "readme.md",
"changelog": "changelog.md",
"travis": true
}And, initialize module based on your modinit.json.
$ modinit init <module-name>Rename module name:
$ modinit rename <new-module-name>##License
The MIT License (MIT)
Copyright (c) 2014-2015 Masaaki Morishita
