@xccjh/seeai-cli
Version:
SEEAI通用vue项目脚手架
35 lines (29 loc) • 808 B
Markdown
## SEEAI通用vue项目脚手架
### Usage
```shell script
Usage: seeai <command> [options]
Options:
-V, --version output the version number
-h, --help display help for command
Commands:
init|i 创建新新项目
list|l 显示可使用的模板列表
help [command] display help for command
```
### seeai init
```shell script
seeai init
可用模板列表:
0 : seeai-template
请选择模板类型(0):
----------------------------------------
请输入项目名称(demo):
----------------------------------------
| 正在初始化项目,请稍等......
* 项目构建成功
cd demo && yarn && yarn start
```
### seeai list
```shell script
* seeai-template - SEEAI通用vue项目脚手架
```