For set script on git hook
npx husky set .husky/pre-commit "npm run pre-commit"
For add script on git hook
npx husky add .husky/pre-commit "npm run pre-commit"
for test commit
npx husky add .husky/pre-commit "exit 1"
The changelog can be found on the Releases page.
Volkov Nikolay and contributors.
MIT License, see the included LICENSE file.