@tcfs/tcfs-cli
v0.0.2
Published
## 说明
Downloads
2
Readme
tcfs 脚手架工具
说明
初始化模板项目
// 简写
tcfs-cli i
tcfs-cli init
更新配置文件
// 简写
tcfs-cli u
tcfs-cli update
测试
- 执行文件链接到全局
npm link
- 执行命令
tcfs-cli
依赖库
- commander: 强大的 node 命令行处理工具。
- inquirer: 命令行交互工具,让你能以“问答”的交互方式来完成一系列的命令行操作。
- download-git-repo: git 仓库下载工具,通常用来下载模板代码。
- ora: 终端 loading 美化工具。
- chalk: 命令行输入/输出美化工具。