# Git hooks

Using a lib called husky make it easy using the githook

githook are script that are launched automatically when git is doing some action, like for example after cloning, or after committing&#x20;

{% embed url="<https://typicode.github.io/husky#/?id=custom-directory>" %}
