0.1.2 • Published 2 years ago

git-hooks-husky v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

git-hooks-husky

Configured husky hooks for using "from the box"

Install

npm i git-hooks-husky --save-dev

or

yarn add -D git-hooks-husky

Usage

After installing the package, use commands bellow to configure husky git hooks:

npx git-hooks-husky install

or

yarn git-hooks-husky install

After 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

packagedocumentation
huskyhttps://typicode.github.io/husky
lint-stagedhttps://codecov.io/gh/okonet/lint-staged/