Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 401 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 401 Bytes

starter-npm-cli

A project generator to develop a npm CLI package.

Installation

npm install -g starter-npm-cli

Usage

starter-npm-cli [Package_Name] [Author_Name]

Directory structure

[Package_Name]
├── LICENSE        // Default license is MIT.
├── README
├── bin 
│   └── index.js   // CLI module.
└── package.json

License

  • MIT