score-node-cli
v1.1.1
Published
As you know, building the configuration of a project is often time-consuming. In many cases, building a project quickly will lead to a lot of mistakes. In order to facilitate my life, this cli came into being
Downloads
8
Readme
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 --help
Ask for help