sum-cli
v1.0.7
Published
![](/example.png)
Downloads
2
Readme
sum-cli
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>