@soybeanjs/cli 0.8.4 → 0.8.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -26,16 +26,16 @@ pnpm soy -h
26
26
  | git-commit | 生成符合 Angular 规范的 git 提交信息 |
27
27
  | git-commit-verify | 校验 git 的提交信息是否符合 Angular 规范 |
28
28
  | cleanup | 清空依赖和构建产物 |
29
- | init-simple-git-hooks | 初始化 simple-git-hooks 钩子 |
30
29
  | ncu | 命令 npm-check-updates, 升级依赖 |
31
- | prettier-write | 执行 prettier --write 格式化 |
32
- | lint-staged | 执行 lint-staged |
33
30
  | changelog | 根据两次 tag 生成 changelog (--total: 根据所有 tag 生成 changelog) |
34
31
  | release | 发布:更新版本号、生成 changelog、提交代码 |
35
- | init-git-hooks | 该命令已废弃,请使用 init-simple-git-hooks |
36
- | update-pkg | 该命令已废弃,请使用 ncu |
37
- | prettier-format | 该命令已废弃,请使用 prettier-write |
38
- | eslint-prettier | 该命令已废弃 |
32
+ | init-simple-git-hooks | 该命令已废弃,下个大版本将会移除 初始化 simple-git-hooks 钩子 |
33
+ | prettier-write | 该命令已废弃,下个大版本将会移除 执行 prettier --write 格式化 |
34
+ | lint-staged | 该命令已废弃,下个大版本将会移除 执行 lint-staged |
35
+ | init-git-hooks | 该命令已废弃,下个大版本将会移除 等同于init-simple-git-hooks |
36
+ | update-pkg | 该命令已废弃,下个大版本将会移除 等同于ncu |
37
+ | prettier-format | 该命令已废弃,下个大版本将会移除 请使用 prettier-write |
38
+ | eslint-prettier | 该命令已废弃,下个大版本将会移除 |
39
39
 
40
40
  ## 更多自定义配置
41
41