st-web-cli
v1.1.2
Published
A web project CLI.
Downloads
65
Readme
STWebCLI
A web project CLI.
STWebCLI is a web project CLI. You can use it to create many types of web projects.
For example:
- vue3-webpack
- vue3-webpack-ssr
- vue3-vite
- vue2-webpack
- react-webpack
- react-vite
- san-webpack
- node
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-cliUsage
Initialize a project
st-web-cli init project-nameAnd you can choose a template with the --template option.
List all templates
st-web-cli listAnd you can query template name with --query option.
Update template config
st-web-cli updateCheck if there is a new version
st-web-cli upgradeAuthor
Suta, [email protected]
