Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.76 KB

File metadata and controls

45 lines (28 loc) · 1.76 KB

Commitizen

codecov Lint Test CodeQL

CLI prompt tool for creation of Conventional Commits. No more pain with commits rejected by validation tools or digging through CONTRIBUTING.md to find preferred commit format.

Based on wonderful work of Commitizen with their cz-cli which works like a charm in Node.js based projects.

This project replicated cz-cli way of work for Go projects

Installation

With Go (>= 1.25):

go install github.com/isokolovskii/[email protected]
  • or as a go tool

    go get -tool github.com/isokolovskii/commitizen

Usage

Using the command line tool

TODO

As git hook with Lefthook

TODO

Authors and Contributors

@isokolovskii (Ivan Sokolovskii, author)

Special thanks to @JimTheDev, whose cz-cli project makes conventional commits easy to use in Node.js projects and was inspiration and background for my work on this Go adaptation of his work.