@gautaz/husky
TypeScript icon, indicating that this package has built-in type declarations

8.0.1-rel.0 • Public • Published

husky

Modern native Git hooks made easy

Husky improves your commits and more 🐶 woof!

Install

npm install husky --save-dev

Usage

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

npm set-script 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

Documentation

https://typicode.github.io/husky

Readme

Keywords

Package Sidebar

Install

npm i @gautaz/husky

Weekly Downloads

3

Version

8.0.1-rel.0

License

MIT

Unpacked Size

7.6 kB

Total Files

8

Last publish

Collaborators

  • gautaz