Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,15 @@ Pull requests on interesting tools/projects/resources are welcome.
## Hook management
*Git provide hooks at commit/push phrase, allowing integration with and code quality checking tool and Continuous Integration (CI)*

* [RepoBoundary](https://github.com/wabybaddouch-arch/repoboundary) - Define protected paths and block commits when staged changes touch them.
* [pre-commit](https://pre-commit.com) - a framework for managing and maintaining multi-language pre-commit hooks.
* [husky](https://github.com/typicode/husky) - modern native Git hooks made easy.
* [Overcommit](https://github.com/brigade/overcommit) - a extendable Git hook manager written with Ruby.
* [lefthook](https://github.com/evilmartians/lefthook) - fast and powerful Git hooks manager for any type of project.
* [Mookme](https://github.com/Escape-Technologies/mookme) - A simple and easy-to-use, yet powerful and language agnostic git hook for monorepos.
* [quickhook](https://github.com/dirk/quickhook) - a fast, Unix'y, opinionated Git hook runner.
* more on https://githooks.com/


## Tools
*Various tools for daily operations*
Expand Down