yh-front-cli
v1.0.1
Published
A simple CLI for Build projects(download template project) from github or gitlab direct.
Downloads
4
Maintainers
Readme
yh-front-cli
A simple CLI for Build projects(download template project) from github or gitlab direct.
Build Setup
# install dependencies
npm install -g yh-front-cli
# add a template
yh add
# delete a template
yh delete
# templates list
yh list
# download template
yh init <templateName> <projectName>