1.0.1 • Published 8 years ago

modinit v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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

1.0.1

8 years ago

1.0.0

8 years ago

0.5.0

9 years ago

0.4.2

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago