Re-exports§
pub use error::HooksmithError;
pub use error::Result;
Modules§
Structs§
- Hooksmith
- Hooksmith structure for managing git hooks.
Functions§
- init
- Initialize Hooksmith by reading the configuration file and installing hooks.
This is meant to be called from a
build.rs
script. To see the CLI usage, runhooksmith --help
or go to the project’s GitHub repository.