hookman 1.0.0

Add hooks to your Git repository using a TOML file.
Documentation
1
2
3
4
5
6
7
[hook.pre-push]
run = """
cargo clippy --all-targets -- -D warnings
cargo test --verbose
cargo fmt --all -- --check
cargo xtask manpage
"""