| Crates.io | thira |
| lib.rs | thira |
| version | 0.2.0 |
| created_at | 2025-06-25 15:14:41.925422+00 |
| updated_at | 2025-08-16 15:36:33.339661+00 |
| description | A Git hooks manager and commit message linter for automating development workflows |
| homepage | https://github.com/ervan0707/thira |
| repository | https://github.com/ervan0707/thira |
| max_upload_size | |
| id | 1726014 |
| size | 154,594 |
Thira is a Git hooks manager and commit message linter that helps you maintain consistent commit messages and automate your Git workflows.
hooks.yaml file.Our documentation is split into several sections for easier navigation:
# Install with installer
curl -sSL https://raw.githubusercontent.com/ervan0707/thira/main/install.sh | bash
# Install with Cargo
cargo install thira
# Install with NPM
npm install -g thira
# Install with pip
pip install thira
# Install with Nix (flakes)
nix profile install github:ervan0707/thira
# Or run directly without installing
nix run github:ervan0707/thira
# Initialize configuration
thira hooks init
# Install Git hooks
thira hooks install
Your Git hooks are now managed by Thira! Check out the Basic Usage guide for more details.
This project is under active development. Feel free to open issues and submit pull requests.
This project is licensed under the MIT License – see the LICENSE file for details.