Skip to content

greatislander/husky

This branch is 114 commits behind typicode/husky:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

97b149d ยท Jun 7, 2023
Jun 7, 2023
May 21, 2022
May 19, 2023
Jun 7, 2023
May 8, 2022
Mar 29, 2021
Mar 29, 2021
Jan 6, 2021
May 15, 2023
Apr 25, 2023
Mar 29, 2021
Jun 10, 2022
May 16, 2023
May 15, 2023
May 15, 2023
Apr 28, 2023

Repository files navigation

husky

Open Collective Node.js CI

Modern native Git hooks made easy

Husky improves your commits and more ๐Ÿถ woof!

Install

npm install husky -D

Usage

Edit package.json > prepare script and run it once:

npm pkg set scripts.prepare="husky install"
npm run prepare

Add a hook:

npx husky add .husky/pre-commit "npm test"
git add .husky/pre-commit

Make a commit:

git commit -m "Keep calm and commit"
# `npm test` will run every time you commit

For more use cases (project in sub-directory, custom directory, CI support, ...), see documentation.

Documentation

https://typicode.github.io/husky

Important Upgrading from v4 to v8 requires migrating previous config, please see the docs.

Articles

License

MIT

Sponsors

Companies

Does your company use husky? Ask your manager or marketing team if your company would be interested in supporting this project.

Individuals

Find husky helpful? Become a backer and show your appreciation with a monthly donation on Open Collective. You can also tip with a one-time donation.

GitHub sponsors can be viewed on my profile. All past and current Open Collective sponsors can be viewed on here.

About

Git hooks made easy ๐Ÿถ woof!

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.3%
  • Shell 1.7%