Skip to content

Commit fe3ad4d

Browse files
committed
chore: 代码风格调整、格式化
1 parent 9a99642 commit fe3ad4d

File tree

3 files changed

+16
-17
lines changed

3 files changed

+16
-17
lines changed

packages/changelog/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
# cli 参数帮助
143143
npx changelog -h
144144
145-
@142vip/changelog/0.0.1-alpha.1
145+
@142vip/changelog/0.0.1-alpha.6
146146
147147
Usage: @142vip/changelog [options]
148148

packages/changelog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
"typecheck": "tsc --noEmit"
4343
},
4444
"dependencies": {
45+
"@142vip/utils": "workspace:*",
4546
"@esm2cjs/execa": "6.1.1-cjs.1",
4647
"c12": "^1.11.1",
4748
"changelogen": "0.5.5",
4849
"commander": "^12.1.0",
4950
"convert-gitmoji": "^0.1.5",
50-
"@142vip/utils": "workspace:*",
5151
"ofetch": "^1.3.4",
5252
"semver": "^7.6.2"
5353
},

packages/fairy-cli/README.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
2323
Usage: @142vip/fairy-cli [options] [command]
2424
2525
Options:
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
2929
Commands:
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

Comments
 (0)