modinit

v0.0.1
Initialize node packaged module
initialize init scaffold module

modinit Build Status

Initialize node packaged module.

Installation

$ npm install -g modinit

How to use

Create modinit.json in current directory.

modinit.json is configuration file to initialize your node modules.

$ modinit create

Ex:

{
  "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

Metadata

  • MIT
  • Whatever
  • Masaaki Morishita
  • released 5/21/2014

Downloads

Maintainers