1.0.7 • Published 3 years ago
vue-create-module v1.0.7
vue-create-module
该命令通过读取远程仓库,将仓库中每一个目录视为一份代码模板,您选择模板后会自动将该模板写入您设置的目录中
使用方式
安装
npm i -g vue-create-module使用
需要 Node.js >= 12.0.0
create-module图示:

说明
- 设置远程仓库地址,默认为上一次设置的仓库地址。只会读取仓库
master分支中的 一级 目录(一级文件不会被读取)。你可以随意编辑你的模板内容,只要你需要。
Commands
| command | 别名 | 说明 |
|---|---|---|
| --help | -h | 帮助 |
| clear | 清空本地模板缓存 |