Hooky
Git hooks helper made in Rust
Features
- Zero dependencies
- Easy to use
- Fast
- Cross-platform
Installation
Usage
Initialize
To initialize the hooks, run the following command:
This will create a .hooky
directory in the root of your project, where the hooks will be stored. Also automatically adds pre-commit
and hooks, but you can disable this by passing the --no-pre-commit
flag.
Add a hook
To add a hook, run the following command:
Uninstall Hooky
To uninstall Hooky, run the following command: