husky
Native Git hooks made easy. More information: https://typicode.github.io/husky.
-
Install Husky in the current directory:
husky install -
Install Husky into a specific directory:
husky install {{path/to/directory}} -
Set a specific command as a
pre-pushhook for Git:
husky set {{.husky/pre-push}} "{{command}} {{command_arguments}}" -
Add a specific command to the current
pre-commithook:
husky add {{.husky/pre-commit}} "{{command}} {{command_arguments}}" -
Uninstall Husky hooks from the current directory:
husky uninstall -
Display help:
husky
License and Disclaimer
The content on this page is copyright © 2014—present the tldr-pages team and contributors.This page is used with permission under Creative Commons Attribution 4.0 International License.
While we do attempt to make sure content is accurate, there isn't a warranty of any kind.