1.0.7 • Published 3 years ago

sum-cli v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

sum-cli

npm.io

Installation

npm i -g sum-cli
# or
yarn global add sum-cli 

View version

sum -v
# or 
sum --version

View help

sum -h
# or 
sum --help

Create project from preset template

sum init <project-name>

Create project from git template

sum init -g <project-name>
# or
sum init --git <project-name>

Create project from local template

sum init -l <project-name>
# or
sum init --local <project-name>

use npx

# or
npx sum init <project-name>
# or
npx sum init -g <project-name>
# or
npx sum init --git <project-name>
# or
npx sum init -l <project-name>
# or
npx sum init --local <project-name>