0.1.1 • Published 2 years ago

husky-git-hooks v0.1.1

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

husky-git-hooks

Configured husky hooks for using "from the box"

Install

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

or

yarn add -D husky-git-hooks

Usage

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

npx husky-git-hooks install

or

yarn husky-git-hooks 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/
0.1.1

2 years ago

0.10.0

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago