0.0.11 • Published 11 months ago

@tys/cli v0.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@tys/cli

tys 的命令行工具

用法

安装

pnpm i -D @tys/cli

使用

示例:

pnpm son -h

命令介绍

命令作用
help(-h)查看全部命令用法
git-commit生成符合 Angular 规范的 git 提交信息
git-commit-verify校验 git 的提交信息是否符合 Angular 规范
cleanup清空依赖和构建产物
init-simple-git-hooks初始化 simple-git-hooks 钩子
ncu命令 npm-check-updates, 升级依赖
prettier-write执行 prettier --write 格式化
lint-staged执行 lint-staged
changelog根据两次 tag 生成 changelog (--total: 根据所有 tag 生成 changelog)
release发布:更新版本号、生成 changelog、提交代码
init-git-hooks该命令已废弃,请使用 init-simple-git-hooks
update-pkg该命令已废弃,请使用 ncu
prettier-format该命令已废弃,请使用 prettier-write
eslint-prettier该命令已废弃

更多自定义配置

  • 在项目根目录新建 tys-config.ts

  • 导入 defineConfig 函数

    import { defineConfig } from "@tys/cli";
    
    export default defineConfig({
      //options
    });
  • 配置参考

    import type { CliOption } from "@tys/cli";
0.0.11

11 months ago

0.0.10

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

1 year ago