#hook #git-hook #helper #uninstall #hooky

bin+lib hooky-cli

Git hooks helper made in Rust

3 releases (1 stable)

1.0.0 Mar 24, 2024
0.1.0 Mar 24, 2024

#3 in #uninstall

Download history 197/week @ 2024-03-19 63/week @ 2024-03-26 57/week @ 2024-04-02

317 downloads per month

MIT license

6KB
128 lines

Hooky

Git hooks helper made in Rust

Features

  • Zero dependencies
  • Easy to use
  • Fast
  • Cross-platform

Installation

cargo install hooky-cli

Usage

Initialize

To initialize the hooks, run the following command:

hooky init

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:

hooky add <hook-name>

Uninstall Hooky

To uninstall Hooky, run the following command:

hooky uninstall

No runtime deps