22
33[ ![ NPM version] ( https://img.shields.io/npm/v/@142vip/fairy-cli?labelColor=0b3d52&color=1da469&label=version )] ( https://www.npmjs.com/package/@142vip/fairy-cli )
44
5- ` @142vip/fairy-cli ` 是一个工程化项目CLI工具 ,在终端中可以使用别名` fa ` 执行命令。
5+ ` @142vip/fairy-cli ` 是一个工程化项目 ` CLI ` 工具 ,在终端中可以使用别名` fa ` 执行命令。
66
77## 快速使用
88
@@ -23,22 +23,21 @@ npx fa -v
2323Usage: @142vip/fairy-cli [options] [command]
2424
2525Options:
26- -v --version output the version number
27- -h, --help display help for command
26+ -v --version output the version number
27+ -h, --help display help for command
2828
2929Commands:
30- create|c [options] <projectName> create a new template project
31- login [options] <platform> 登录远程平台,支持Docker和Npm
32- install|i [options] pnpm ci dependencies
33- release [options] release npm version
34- changelog [options] 生成CHANGELOG日志文档
35- publish [options] publish to remote platform,eg. Docker Image & Npm Package
36- sync [packageNames...] 同步npm仓库的模块包到cnpm仓库
37- deploy [options] 项目部署
38- lint [options] 根据Eslint检查代码风格,支持代码格式化
39- clean [options] 清除开发、构建等环境下的无用目录
40- turbo [options] [repoName...] exec turbo pack command
41- help [command] display help for command
30+ login [options] <platform> 登录远程平台,支持Docker和Npm
31+ install|i [options] pnpm ci dependencies
32+ release [options] release npm version
33+ changelog [options] 快速使用@142vip/changelog模块
34+ publish [options] publish to remote platform,eg. Docker Image & Npm Package
35+ sync [packageNames...] 同步npm仓库的模块包到cnpm仓库
36+ deploy [options] 项目部署
37+ lint [options] 根据Eslint检查代码风格,支持代码格式化
38+ turbo [options] [repoName...] TurboPack工具命令
39+ clean [options] 清除开发、构建等环境下的无用目录
40+ help [command] display help for command
4241```
4342
4443### sync
0 commit comments