tarry-cli
v0.0.4
Published
``` $ npm install -g tarry-cli ``` # or yarn ``` $ yarn global add tarry-cli ```
Downloads
11
Readme
tarry-cli
安装
全局安装
$ npm install -g tarry-clior yarn
$ yarn global add tarry-cli借助npx
创建模版
$ npx create tarry-cli <name> [-t|--template]示例
$ npx create tarry-cli hello-cli -template react17-h5使用
创建模版
$ tarry-cli create <name> [-t|--template]示例
$ tarry-cli create hello-cli -t react17-h5