Licence
ISC
Version
1.1.1
Deps
6
Size
115 kB
Vulns
0
Weekly
0
score-node-cli
This is the cli to quickly build the infrastructure configuration of a NODE project, building a NODE development environment with EXPRESS + TS. To learn more about the framework, see github,Hope to get your star
Usage
You need to install the cli globally first
npm i -g score-node-cli
After the global installation, it can be used globally command -> node-cli

You can create a NODE template using cra in one of two ways
- Fill in the project name to create directly
node-cli cra 'projectName'
Of course, you can choose the configuration items:
- -b -> --based Basic configuration
- -c -> --completed Completed configuration
node-cli cra 'projectName' -c
node-cli cra 'projectName' --completed

- Select mode to create step by step
node-cli cra

For the cra command you can typenode-cli cra --helpAsk for help
