Git-hooks: a tool to share git hooks between team members

Hello everyone!

I'm here to present a tool i've written, that addresses the need for quality/styles checks among team members. git-hooks manages "hook definition repositories", and executes them.

It only has hook definitions for rust for now, I plan to add support for some other languages/tools such as yaml, jenkins, python... I've tried to make writing hooks easy and documented.

Since I am of course still learning all the time, I would greatly appreciate code reviews/opinions/suggestions/comments on this project and its documentation.

Thank you everyone!

paul

1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.