sum-cli

1.0.7 • Public • Published

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>

Readme

Keywords

none

Package Sidebar

Install

npm i sum-cli

Weekly Downloads

1

Version

1.0.7

License

MIT

Unpacked Size

9.51 kB

Total Files

6

Last publish

Collaborators

  • leitingting