Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 538 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 538 Bytes

Conventional Commit Checker

Will parse the commit message and will fail if it doesn't follow the convention: Conventional Commits v1.0.0

Installation

brew install ctrlaltdev/tap/ccc

or

brew tap ctrlaltdev/tap
brew install ccc

Automatic Git Hook Installation

From within the repository you want to install the hook in:

ccc -init

Manual Git Hook Installation

echo ccc -f $@ >> .git/hooks/commit-msg
chmod a+x .git/hooks/commit-msg