sum-cli

npm i -g sum-cli

Usage no npm install needed!

<script type="module">
  import sumCli from 'https://cdn.skypack.dev/sum-cli';
</script>

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>