czg

Interactive CLI to generate standardized commit messages following Commitizen conventions.

brewmacoslinux
Try with needOr install directly
Source

About

Interactive Commitizen CLI that generate standardized commit messages

Commands

czg

Examples

create a commit message interactively$ czg
start commit wizard with specific commit type$ czg commit
generate commit message for staged changes$ git add . && czg
show help and available commit types$ czg --help
create conventional commit with scope and emoji$ czg c