Skip to content

shien7654321/STWebCLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STWebCLI

NPM version NPM downloads Node compatibility MIT License

A web project CLI.

STWebCLI is a web project CLI. You can use it to create many types of web projects.

Requirements

  • node 12 or later
  • npm 6 or later

Installation

npm install -g st-web-cli
# OR
yarn global add st-web-cli
# OR
pnpm add -g st-web-cli

Usage

Initialize a project

st-web-cli init project-name

And you can choose a template with the --template option.

List all templates

st-web-cli list

And you can query template name with --query option.

Update template config

st-web-cli update

Check if there is a new version

st-web-cli upgrade

Author

Suta, [email protected]

License

MIT license.