Introduction
Installation
npx
installation
You can start by installing the package using npx (recommended):
npx create-node-cli
(npx comes with npm 5.2+ and higher)
Global installation
Alternatively, you can install it globally:
npm install -g create-node-cli
Usage
1. Run the CLI using
npx create-node-cli
# OR for global install
create-node-cli
# OR alias for global install
ncli
2. Answer the following questions to generate your Node.js CLI.
You should know!
To see the available commands and options, use the help
command.