#conventional-commits #commit-message #git-commit #git #git-tool #scope #name

app fast-conventional

更快地执行常规提交,并一致地命名作用域

29 个稳定版本

2.3.5 2024年2月15日
2.3.4 2022年10月14日
2.3.0 2022年5月16日
2.2.5 2022年4月26日
1.0.16 2022年2月28日

#1856开发工具

Download history 70/week @ 2024-06-30 264/week @ 2024-07-28

264 每月下载量

CC0 许可证

165KB
1.5K SLoC

Fast Conventional Fast Conventional

更快地执行常规提交,并一致地命名作用域

用法

配置工具后,它在 git 仓库的根目录中查找以下内容。

.fastconventional.yaml

use_angular: true
types: [ci]
scopes: ["mergify", "just", "github"]

提交时,git 生成了此配置占位符

# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# On branch master
# Your branch is up to date with 'origin/master'.
#
# Changes to be committed:
#       new file:   README.md

我们可以使用这个简洁的界面添加常规消息

A terminal running the command blow

安装

请参阅我们为 Linux 和 mac (所有 x86_64) 构建的 发布页面,或者使用 brew

brew install PurpleBooth/repo/fast-conventional

此二进制文件设计为在 git 中作为编辑器运行。要安装它,请运行

git config --global alias.fci '-c "core.editor=fast-conventional editor" commit'

要触发它进行提交时运行

git fci

更多文档

依赖项

~21–34MB
~608K SLoC