modit

1.1.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i modit

Weekly Downloads

3

Version

1.1.1

License

MIT

Last publish

Collaborators

  • lisposter