1.1.1 • Published 1 year ago

score-node-cli v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

EN / CN

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 node-cli

You can create a NODE template using cra in one of two ways

  1. Fill in the project name to create directly
    node-cli cra 'projectName'

defaultAction Of course, you can choose the configuration items:

  1. -b -> --based Basic configuration
  2. -c -> --completed Completed configuration
    node-cli cra 'projectName' -c
    node-cli cra 'projectName' --completed

-c

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

wayTwo


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

help

1.1.1

1 year ago

1.1.0

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.9.0

1 year ago