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

app fast-conventional

Make conventional commits, faster, and consistently name scopes

29 stable releases

2.3.5 Feb 15, 2024
2.3.4 Oct 14, 2022
2.3.0 May 16, 2022
2.2.5 Apr 26, 2022
1.0.16 Feb 28, 2022

#204 in Development tools

Download history 139/week @ 2024-02-15 80/week @ 2024-02-22 5/week @ 2024-02-29 9/week @ 2024-03-07 5/week @ 2024-03-14 92/week @ 2024-03-28 63/week @ 2024-04-04

162 downloads per month

CC0 license

165KB
1.5K SLoC

Fast Conventional Fast Conventional

Make conventional commits, faster, and consistently name scopes

Usage

Given we have configured the tool, it looks for this in the root of the git repository.

.fastconventional.yaml

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

When we commit, git has generated this stub configuration

# 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

We can add our conventional message using this neat UI

A terminal running the command blow

Installing

See the releases page we build for linux and mac (all x86_64), alternatively use brew

brew install PurpleBooth/repo/fast-conventional

This binary is designed to be run as a editor in git. To install it run

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

To trigger it when you commit run

git fci

Further Docs

Dependencies

~24–38MB
~657K SLoC