rcz 0.1.2

A tool to write a commit message
rcz-0.1.2 is not a library.

rcz

A tool to write a commit message based on Conventional Commits

Example

function gitk {
    git commit -m "`rcz`"
}