husky Command Examples

Native Git hooks made easy. More information: https://typicode.github.io/husky.

husky install

husky install {{path/to/directory}}

husky set {{.husky/pre-push}} "{{command}} {{command_arguments}}"

husky add {{.husky/pre-commit}} "{{command}} {{command_arguments}}"

husky uninstall

husky