Pre-Commit and Post-Merge Git Hooks Check via a Husky.
npm install @mobicom/githook> Pre-Commit and Post-Merge Git Hooks Check via a Husky.
#### Used Technologies
- husky: ^8.*
- NodeJS >= 14.x
- NPM >= 7.x
- YARN >= 1.x
- GIT
``shellInstall via npm
> npm i -D @mobicom/githook
Usage
Just run the following commands at the root of your project.
`shellInitialize git hooks via husky
> npx githook initShow help
> npx githook --help``MIT