Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aevea/commitsar
Tool to check that commits comply with conventional commit standard
https://github.com/aevea/commitsar
checker ci conventional-commits go golang
Last synced: 4 days ago
JSON representation
Tool to check that commits comply with conventional commit standard
- Host: GitHub
- URL: https://github.com/aevea/commitsar
- Owner: aevea
- License: mit
- Created: 2019-08-02T18:52:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-06T19:38:51.000Z (about 1 month ago)
- Last Synced: 2024-10-07T06:31:26.739Z (about 1 month ago)
- Topics: checker, ci, conventional-commits, go, golang
- Language: Go
- Homepage: https://commitsar.aevea.ee
- Size: 9.68 MB
- Stars: 135
- Watchers: 3
- Forks: 19
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome-ccamel - aevea/commitsar - Tool to check that commits comply with conventional commit standard (Go)
README
# Commitsar
[![Go Report Card](https://goreportcard.com/badge/github.com/aevea/commitsar)](https://goreportcard.com/report/github.com/aevea/commitsar)
![Test](https://github.com/aevea/commitsar/workflows/Test/badge.svg)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/aevea/commitsar?style=flat-square)
![GitHub commits since latest release](https://img.shields.io/github/commits-since/aevea/commitsar/latest?style=flat-square)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
[![Run on Repl.it](https://repl.it/badge/github/aevea/commitsar)](https://repl.it/github/aevea/commitsar)Tool to make sure your commits are compliant with [conventional commits](https://www.conventionalcommits.org). It is aimed mainly at CIs to prevent branches with commits that don't comply. Usage as a pre-commit hook is also under consideration.
## Usage
Please check [Documentation](https://commitsar.aevea.ee).
## Contributing
Contributions are most welcome. Please check the [CONTRIBUTING](https://commitsar.aevea.ee/contributing/get_started) section of documentation.
## Sponsoring
If you feel like showing even more support for this project you can sponsor it using the Sponsor button on GitHub. A little help goes a long way when it comes with OSS and it'll help support this project.