1.0.0 • Published 2 years ago
stp-cli v1.0.0
学习搭建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
1.0.0
2 years ago