Escape-Technologies / mookme

A pre-commit tool designed for monorepos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for custom operations

LMaxence opened this issue · comments

Mookme is made for sharing git hooks configuration across your team. However, sometimes you might want some custom operations to be triggered during different hooks.

For instance there is some operation, like a database migration, or tests, that your colleagues are not okay with, but you really want it to be executed.

This issue is dedicated to cover this use case.