1.0.1 • Published 6 months ago

wanwenxing-cli v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

学习搭建cli脚手架

安装

全局安装

$ npm install -g wanwenxing-cli

or yarn

$ yarn global add wanwenxing-cli

借助npx

创建模版 $ npx create wanwenxing-cli -t|--template 示例 $ npx create wanwenxing-cli hello-cli -template dumi2-demo

使用

创建模版 $ wanwenxing-cli create -t|--template 示例 $ wanwenxing-cli create hello-cli -t dumi2-demo