modinit

1.0.1 • Public • Published

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": "morishitter.0@gmail.com",
  "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

Package Sidebar

Install

npm i modinit

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • morishitter