1.1.1 • Published 10 years ago

modit v1.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

modit

NPM version

a tool for init a new node module


Feature

  • generate basic files for a node module.
    • .editorconfig
    • .gitignore
    • .jshintrc
    • .npmignore
    • .travis.yml
    • Makefile
    • package.json
    • README.md
    • LICENSE(if you selected one)
  • insert some basic value into package.json, README.md
  • generate a LICENSE file as the type you choose

Installation

$ npm install -g modit

Usage

$ modit path/to/new_module

this command will create a new node module called new_module in path/to.

License

MIT © Leigh Zhu

1.1.1

10 years ago

1.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.4.0

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago