ccc

command module
v1.0.0-alpha.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 27, 2021 License: MPL-2.0 Imports: 10 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL