NPM package which you should add to almost any git repo😺
What are Git Hooks?
These are scripts that run on your repository at specific event.
How is this useful?
You can run a specific task before making any commit.
Set a rule for commit messages.
Basically anything you can write inside a script. So e...
akhildaphara.hashnode.dev4 min read