STWebCLI is a web project CLI. You can use it to create many types of web projects.
- node 12 or later
- npm 6 or later
npm install -g st-web-cli
# OR
yarn global add st-web-cli
# OR
pnpm add -g st-web-cli
st-web-cli init project-name
And you can choose a template with the --template
option.
st-web-cli list
And you can query template name with --query
option.
st-web-cli update
st-web-cli upgrade
Suta, [email protected]