Out-of-the-box hooks for your Git repositories
cpt-hook
is intended to manage your Git hooks on the fly and transparent to remote repositories. On every hook configured, cpt-hook
is called and provides a multiple-choice selection of implemented hooks. Choose from the list or just skip all hooks and proceed with whatever you do.
This project is still under development. Please refer to the GitHub repo for the source code more info and to contribute.
- Rust
- Format checker with
cargo fmt
- Run tests
- Format checker with