rcz 0.1.4

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

rcz

A tool to write a commit message based on Conventional Commits

Installation

cargo install rcz

Example

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