athira

Crates.ioathira
lib.rsathira
version0.9.0
created_at2025-05-17 04:56:00.684608+00
updated_at2025-06-24 13:41:32.016331+00
descriptionA Git hooks manager and commit message linter for automating development workflows
homepagehttps://github.com/victorprimex/athira
repositoryhttps://github.com/victorprimex/athira
max_upload_size
id1677663
size140,286
(victorprimex)

documentation

https://github.com/victorprimex/athira#readme

README

Thira - Git Hooks Manager

Crates.io NPM Version PyPI

Thira is a Git hooks manager and commit message linter that helps you maintain consistent commit messages and automate your Git workflows.

Features

  • Easy Git hooks management
  • Conventional commit message validation
  • Custom script automation
  • Simple and intuitive CLI
  • Supports multiple hooks per event
  • Colorful and informative output
  • Configurable commit message rules

Documentation

Our documentation is split into several sections for easier navigation:

Quick Start

# Install with installer
curl -sSL https://raw.githubusercontent.com/victorprimex/athira/main/install.sh | bash

# Install with Cargo
cargo install thira

# Install with NPM
npm install -g thira

# Install with pip
pip install 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.

Project Status

This project is under active development. Feel free to open issues and submit pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Commit count: 0

cargo fmt