@mobicom/githook
v1.1.2
Published
Pre-Commit and Post-Merge Git Hooks Check via a Husky.
Downloads
62
Keywords
Readme
GitHook
Pre-Commit and Post-Merge Git Hooks Check via a Husky.
Used Technologies
- husky: ^8.*
Requirements
- NodeJS >= 14.x
- NPM >= 7.x
- YARN >= 1.x
- GIT
Installation
# Install via npm
> npm i -D @mobicom/githook
# Install via yarn
> yarn add -D @mobicom/githook
Usage
Just run the following commands at the root of your project.
# Initialize git hooks via husky
> npx githook init
# Show help
> npx githook --help
License
MIT