Skip to content

How to use Husky

Installation

Install Husky with the following commands.

In a terminal, execute the following command(s).
npm install --save-dev husky

Configuration

The configuration for Husky is located in the .husky directory.

Common tasks

Push without running Husky

You can push your changes without running Husky with the following command.

In a terminal, execute the following command(s).
git push --no-verify

These explanations are related to the current item (in alphabetical order).

None at the moment.

Resources and alternatives

These resources and alternatives are related to the current item (in alphabetical order).

None at the moment.