Metadata-Version: 2.4
Name: git-hook-max
Version: 0.1.0
Summary: Manage Git hooks across projects with a visual dashboard
Project-URL: Homepage, https://github.com/ericjoye/git-hook-manager-max
Project-URL: Issues, https://github.com/ericjoye/git-hook-manager-max/issues
Author-email: Eric JOYE <eric@ericjoye.com>
License: MIT
License-File: LICENSE
Keywords: cli,developer-tools,git,hooks,pre-commit,pre-push
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Version Control :: Git
Classifier: Topic :: Utilities
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# git-hook-manager-max

A visual Git hook manager CLI. Create, edit, and manage git hooks without manual shell scripting.

## Install

```bash
pip install git-hook-manager-max
```

## Usage

```bash
ghm list              # List all hooks
ghm create pre-commit # Create a hook from template
ghm edit pre-commit   # Edit a hook
ghm toggle pre-commit # Enable/disable a hook
ghm templates         # List available templates
ghm init              # Initialize hooks directory
```

## Requirements

Python 3.11+, stdlib only.
