Crate hooksmith

Source

Re-exports§

pub use error::HooksmithError;
pub use error::Result;

Modules§

error

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, run hooksmith --help or go to the project’s GitHub repository.