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
With Go (>= 1.25):
go install github.com/isokolovskii/commitizen@1.0.0-
or as a go tool
go get -tool github.com/isokolovskii/commitizen
TODO
TODO
@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.