commitizen

Posted rosendolu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了commitizen相关的知识,希望对你有一定的参考价值。

commitizen

npm install -g commitizen  // 安装

npm install -g cz-conventional-changelog  // 安装 cz-commitizen-changelog

echo ' "path": "cz-conventional-changelog" ' > ~/.czrc  //  ox ,linux系统,

// 直接在home路径下新建该文件,配置也可以
echo  "path": "cz-conventional-changelog"  > c:\users\xxxx\.czrc   // windows系统

git cz  // 替换git commit ,以后提交 git cz

参考:

以上是关于commitizen的主要内容,如果未能解决你的问题,请参考以下文章

15分钟快速配置eslint,prettier,lint-staged,husky,commitizen实现前端项目代码规范化

commitizen

commitizen -- git cz

适用于命令行和 Intellij 的 lint-staged + commitizen 配置

简单使用Commitizen-规范你的commit message

使用“npx git-cz”时如何定义Commitizen适配器?