0.0.9 • Published 5 years ago

ysh-cli v0.0.9

Weekly downloads
13
License
MIT
Repository
github
Last release
5 years ago

ysh-cli

The CLI for scaffolding template projects, and do more things.

安装

npm i ysh-cli -g

使用方法

//初始化项目,目前可选择的模板有:react+mobx  vue+vuex
yush init
//增加模板:可以增加自己想要的模板
yush add
//删除模板
yush delete
//模板list
yush list