Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alt-art/commit

Command-line tool to guide your template commit messages anywhere, anytime
https://github.com/alt-art/commit

cli commit commit-message commit-message-template commitizen conventional-commits git rust utilities

Last synced: 3 months ago
JSON representation

Command-line tool to guide your template commit messages anywhere, anytime

Awesome Lists containing this project

README

        


Logo

# Commit

See [wiki page](https://github.com/alt-art/commit/wiki) for usage and configuration.

See [Installation guide](INSTALL.md) for installation.

This command-line interface makes it possible to make patterned (conventional) commit messages to organize your repository.

This project is based on [cz-cli](https://github.com/commitizen/cz-cli) but do everything best than the original.

I made this project for my own use, because I don't want to mess with the original cz-cli.

## Principal changes in this project

- Don't need to make your project commitizen friendly
- Can be used with any project and any language
- Custom conventional commit message style can be used without any other packages
- Plug and play just needs git installed

## Contributing

See [CONTRIBUTING.md](https://github.com/alt-art/commit/blob/main/CONTRIBUTING.md)