Category: bitbucket

by It is free for small teams up to 5 active team members and support all Git repository features.

Pre-commit hook is not the only hook supported by Git.

Husky is node js tool written by Typicode and supporters as open source support for bad git commit prevention.Project homepage is https://github.com/typicode/husky and of course https://www.npmjs.com/package/husky. The goal is to perform code quality checks and test before committing them to local code repository to ensure best possible code stability.

Related Articles