husky-silent

1.0.0 • Public • Published

husky-silent

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-silent --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-silent

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • marvinhagemeister