@ibjs/cli
TypeScript icon, indicating that this package has built-in type declarations

0.0.9 • Public • Published

@ibjs/cli

ibjs 的命令行工具

用法

安装

pnpm i -D @ibjs/cli

使用

示例:

pnpm ib -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)

更多自定义配置

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

  • 导入 defineConfig 函数

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

    import type { CliOption } from "@ibjs/cli";

Readme

Keywords

none

Package Sidebar

Install

npm i @ibjs/cli

Weekly Downloads

1

Version

0.0.9

License

MIT

Unpacked Size

21.9 kB

Total Files

5

Last publish

Collaborators

  • ibjs