File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ npm i -g code-genius
18
18
19
19
## 终端命令
20
20
21
- | 命令 | 参数 | 功能描述 |
22
- | ------ | ------------------------------------ | ---------------------------------------------- |
23
- | cm | --noEmoji | 帮助生成规范的 git 提交内容 |
24
- | cmv | -- | 帮助验证 git commit 的内容是否符合规范 |
25
- | cup | --ignore \< path\> | 清理运行时生成的文件 |
26
- | ihooks | -- | 使用且有修改 simple-git-hooks 后需要重新初始化 |
27
- | run | -- | 运行列出的脚本 |
28
- | lint | --eslintrc \< file\> , --path \< path\> | 检查代码并尝试修复 |
21
+ | 命令 | 参数 | 功能描述 |
22
+ | ------ | ---------------------------------------------- | ---------------------------------------------- |
23
+ | cm | --noEmoji | 帮助生成规范的 git 提交内容 |
24
+ | cmv | -- | 帮助验证 git commit 的内容是否符合规范 |
25
+ | cup | --ignore \< path\> | 清理运行时生成的文件 |
26
+ | ihooks | -- | 使用且有修改 simple-git-hooks 后需要重新初始化 |
27
+ | run | -- | 运行列出的脚本 |
28
+ | lint | --eslintrc \< file\> , --path \< path\> , --staged | 检查代码并尝试修复 |
29
29
30
30
## API
31
31
You can’t perform that action at this time.
0 commit comments