Skip to content

leitingting08/sum-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

react/vue project template cli

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published