rcz 0.1.7

A tool to write a commit message
rcz-0.1.7 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`"
}