husky-dontbark

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i husky-dontbark

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • marvinhagemeister