stp-cli
v1.0.0
Published
脚手架搭建学习,请勿使用,文档参考地址:https://mp.weixin.qq.com/s/NqEn0N_FE5ArNL5pVjgH7w
Downloads
2
Readme
学习搭建cli脚手架
安装
全局安装
$ npm install -g stp-cli
or yarn
$ yarn global add stp-cli
借助npx
创建模版 $ npx create stp-cli [-t|--template] 示例 $ npx create stp hello-cli -template dumi2-demo
使用
创建模版 $ stp-cli create [-t|--template] 示例 $ stp-cli create hello-cli -t dumi2-demo