tisi-front-cli
v1.0.1
Published
修改默认模板指向地址
Downloads
3
Readme
搭建cli脚手架
安装
全局安装
$ npm install -g wuyou-cli
or yarn
$ yarn global add wuyou-cli
借助npx
创建模版 $ npx create wuyou-cli [-t|--template] 示例 $ npx create wuyou-cli hello-cli -template dumi2-demo
使用
创建模版 $ wuyou-cli create [-t|--template] 示例 $ wuyou-cli create hello-cli -t dumi2-demo