0.1.2 • Published 3 years ago
git-hooks-husky v0.1.2
git-hooks-husky
Configured husky hooks for using "from the box"
Install
npm i git-hooks-husky --save-devor
yarn add -D git-hooks-huskyUsage
After installing the package, use commands bellow to configure husky git hooks:
npx git-hooks-husky installor
yarn git-hooks-husky installAfter this you will have already configured git hooks in ./.husky folder.
Also, you can use the flag -lint-staged during installation if you want to use sint-staged tool for checking your code with eslint. You need to configure eslint for your project, and check configurations for lint-staged in file ./.lintstagedrc.json.
Used packages
| package | documentation |
|---|---|
| husky | https://typicode.github.io/husky |
| lint-staged | https://codecov.io/gh/okonet/lint-staged/ |