Forrest logo
back to context overview

husky

List of commands for husky:

  • husky:tldr:30c2d husky: Install Husky in the current directory.
    $ husky install
    try on your machine
    explain this command
  • husky:tldr:7e04a husky: Uninstall Husky hooks from the current directory.
    $ husky uninstall
    try on your machine
    explain this command
  • husky:tldr:b93f7 husky: Install Husky into a specific directory.
    $ husky install ${path-to-directory}
    try on your machine
    explain 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 machine
    explain this command
  • husky:tldr:d3d33 husky: Display help.
    $ husky
    try on your machine
    explain 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 machine
    explain this command
back to context overview