Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.12 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.12 KB

🚣 ghc - The git hook captain tool

Test & Build Go Report Card Taylor Swift Volkswagen License

ghc is a teeny tiny tool to manage git hooks via a configuration file.

Homebrew

brew install zeiss/ghc-tap/ghc

Go

go install github.com/zeiss/ghc@latest

Specification

This is an example configuration file.

# .ghc.yaml
version: 1
name: example
description: This is an example of a `ghc` configuration file
hooks:
  pre-commit:
    - make test
    - make lint

License

Apache 2.0