Gookme

May 24, 2025 ยท View on GitHub

A simple and easy-to-use, yet powerful and language agnostic git hook for monorepos.

  • see the documentation

Development

Prerequisites

  • Go 1.24 or later
  • Git

Installation

  1. Clone the repository:

    git clone https://github.com/LMaxence/gookme.git
    cd gookme
    
  2. Prepare the project for development:

    just prepare
    

For more detailed information, please refer to the documentation.

Contents

  1. 1Development
  2. 1.1Prerequisites
  3. 1.2Installation