
husky
List of commands for husky:
-
husky:tldr:30c2d husky: Install Husky in the current directory.$ husky installtry on your machineexplain this command
-
husky:tldr:7e04a husky: Uninstall Husky hooks from the current directory.$ husky uninstalltry on your machineexplain this command
-
husky:tldr:b93f7 husky: Install Husky into a specific directory.$ husky install ${path-to-directory}try on your machineexplain this command
-
husky:tldr:cecbd husky: Add a specific command to the current `pre-commit` hook.$ husky add ${-husky-pre-commit} "${command} ${command_arguments}"try on your machineexplain this command
-
husky:tldr:eab1f husky: Set a specific command as a `pre-push` hook for Git.$ husky set ${-husky-pre-push} "${command} ${command_arguments}"try on your machineexplain this command