husky-dontbark
v1.0.0
Published
Fork of husky which hides npm Err messages
Downloads
14
Maintainers
Readme
husky-dontbark
This project is a fork of husky with an additional config to
silence all these pesky npm ERR
messages.
Usage
Same as husky. Simply install it:
npm install husky-dontbark --save-dev
Silencing npm ERR
messages by adding a config setting to your package.json
:
{
"name": "mypackage",
"config": {
"husky": {
"silent": "true"
}
}
}
More Information
For more information see the upstream husky repository.
License
MIT