1.0.6 • Published 9 years ago

starter-npm-cli v1.0.6

Weekly downloads
1
License
MIT
Repository
-
Last release
9 years ago

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
1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago