google_forms/node_modules/husky
RameshT f9bc85d5f8 Your commit message 2024-08-09 17:34:48 +05:30
..
lib Your commit message 2024-08-09 17:34:48 +05:30
LICENSE Your commit message 2024-08-09 17:34:48 +05:30
README.md Your commit message 2024-08-09 17:34:48 +05:30
package.json Your commit message 2024-08-09 17:34:48 +05:30

README.md

husky

Open Collective

Modern native Git hooks made easy

Husky improves your commits and more 🐶 woof!

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"

Make a commit:

$ git commit -m "Keep calm and commit"

Documentation

https://typicode.github.io/husky

Important upgrading from v4 to v6 requires additional steps, please see the docs.

License

MIT