You probably don't need Husky

Reading Time: Approximately 3 minutes.

Git hooks are an incredible and incredibly simple way of fixing loose ends before you commit and/or push your code without installing additional software. Unfortunately, like most of the Git CLI, they can appear difficult and un-approachable at first glance. For one, they assume that you’re storing your scripts within the hidden and un-tracked .git directory! I hope you like symlinks! Lots of projects use tools like Husky as an easier-to-use alternative that’s easy to scale across teams and very friendly within CI. … »