Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theduke/commitguard
Easily auto-generate Git pre-commit hook bash scripts for keeping your Git repo clean.
https://github.com/theduke/commitguard
Last synced: about 1 month ago
JSON representation
Easily auto-generate Git pre-commit hook bash scripts for keeping your Git repo clean.
- Host: GitHub
- URL: https://github.com/theduke/commitguard
- Owner: theduke
- License: mit
- Created: 2017-09-16T16:13:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-16T16:41:52.000Z (over 7 years ago)
- Last Synced: 2024-10-14T17:21:38.966Z (2 months ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# commitguard
**commitguard** is a [Rust](https://rust-lang.org) library that makes it very easy to create
shell scripts that can be used as **git pre-commit** hooks.The primary use case is generating pre-commit hooks for Rust projects automatically in a
**build.rs** build script,
but it may be useful for other projects too.## Why
## Info
## License
This project is under the MIT license.
See the LICENSE file for more details.## Versioning
This project follows semantic versioning.
## README
The README.md file is auto-generated from src/lib.rs in the build.rs script.
All changes should be done there.