4 个版本
0.2.1 | 2022年1月7日 |
---|---|
0.2.0 | 2021年7月27日 |
0.1.1 | 2021年4月25日 |
0.1.0 | 2020年11月1日 |
#123 在 #help
11KB
125 行
commit-formatter
commitizen 的 Rust 版本。
下载
cargo install commit-formatter
如果你遇到错误:“找不到命令:commit-formatter”,可能需要将 cargo 安装目录添加到 PATH。
用法
建议使用类似 cf
的别名。
git add <files>
cf
自定义
在你的项目目录中放置一个 commit-format.json
文件。
示例
[
{
"text": "特性",
"description": "新功能"
},
{
"text": "",
"description": "修復bug"
}
]
依赖
~3–12MB
~150K SLoC