new-node-cli
v1.0.2
Published
CLI to create Node.js CLIs.
Downloads
4
Maintainers
Readme
new-node-cli
CLI to create new Node.js CLI
- 📦 Create a Node.js CLI in no time
- 🌐 Get started right away with your work, focusing on what you need to do without worrying about setting up the rest of the stuff.
Install
npx new-node-cli
# OR
npm install -g new-node-cli
Usage
Run the CLI using
npx new-node-cli
# OR for global install
new-node-cli
Then answer the following questions to generate a Node.js CLI.
CLI name?
CLI command?
CLI description?
CLI version?
CLI repository?
CLI license?
CLI author name?
CLI author email?
CLI author URL?
License
MIT © Moaz Irfan