1.0.6 • Published 8 years ago

starter-npm-cli v1.0.6

Weekly downloads
1
License
MIT
Repository
-
Last release
8 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

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago