Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alt-art/commit
- Owner: alt-art
- License: mit
- Created: 2021-11-03T23:53:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-24T07:39:16.000Z (4 months ago)
- Last Synced: 2024-07-24T09:02:26.864Z (4 months ago)
- Topics: cli, commit, commit-message, commit-message-template, commitizen, conventional-commits, git, rust, utilities
- Language: Rust
- Homepage:
- Size: 338 KB
- Stars: 229
- Watchers: 3
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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)