cargo-husky icon indicating copy to clipboard operation
cargo-husky copied to clipboard

Setup Git hooks automatically for cargo projects with :dog:

Results 27 cargo-husky issues
Sort by recently updated
recently updated
newest added

Runs `git stash` before any hook operation and traps `stash pop` for whenever the hook exits. Fixes #3.

I have a project where I need to run multiple pre-commit hooks: one husky for javascript, and one for rust. Unfortunately this one won't build or append to the hook...

This makes some tiny grammar tweaks to clarify the readme.

Is this project being actively maintained? Haven't seen activity for over a year. Be happy to help out if you need help @rhysd

In some cases, I would like my project to have a pre-push hook that would run `cargo +nightly test`. Please add support for such cases. Thanks!

Add the possibility to test docs.