From c1fe1f88f448ebc1bfba48715663e8a08b2ce956 Mon Sep 17 00:00:00 2001 From: Tristan Kalos Date: Wed, 27 Oct 2021 17:11:07 +0200 Subject: [PATCH] Added Mookme, a simple git hook manager for monorepos. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8d405e5..7abd024 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ Pull requests on interesting tools/projects/resources are welcome. * [git-hooks](https://github.com/icefox/git-hooks/) - tool to manage project, user, and global Git hooks * [quickhook](https://github.com/dirk/quickhook/) - a fast, Unix'y, opinionated Git hook runner * [husky](https://github.com/typicode/husky) - Git hooks for Node.js, manage your hooks from your package.json +* [Mookme](https://github.com/Escape-Technologies/mookme) - A simple and easy-to-use, yet powerful and language agnostic git hook for monorepos * more on https://githooks.com/ ## Tools