awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 مستودعات

Awesome GitHub RepositoriesGit Hook Managers

Tools for managing and configuring Git hooks across projects.

Explore 6 awesome GitHub repositories matching part of an awesome list · Git Hook Managers. Refine with filters or upvote what's useful.

Awesome Git Hook Managers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • typicode/huskyالصورة الرمزية لـ typicode

    typicode/husky

    35,156عرض على GitHub↗

    Husky is a Git hook manager that automates the installation and execution of version control lifecycle events within a project repository. It functions by redirecting standard version control event triggers to a centralized configuration directory, allowing teams to standardize development workflows and enforce code quality without requiring manual setup on every machine. The tool enables custom workflow automation by triggering shell scripts during operations such as committing or pushing code. It distinguishes itself by integrating directly into package manager lifecycles, ensuring that aut

    Manage Git hooks with a nice user interface.

    JavaScriptcommitgithooks
    عرض على GitHub↗35,156
  • pre-commit/pre-commitالصورة الرمزية لـ pre-commit

    pre-commit/pre-commit

    15,057عرض على GitHub↗

    Pre-commit is a framework for managing and executing automated tasks during the version control commit process. It functions as a configuration-driven utility that enforces project standards by running linters, formatters, and security scanners on staged files before they are committed to a repository. The system uses a centralized manifest to orchestrate these tasks, ensuring consistent developer tooling across teams. It distinguishes itself by provisioning isolated environments for each tool, which prevents dependency conflicts and ensures that all required versions are present. The framewo

    A framework for managing and maintaining multi-language pre-commit hooks.

    Pythongitlinterpre-commit
    عرض على GitHub↗15,057
  • j178/prekالصورة الرمزية لـ j178

    j178/prek

    6,297عرض على GitHub↗

    Prek is a Git hook manager written in Rust that runs configured hooks as a single binary without requiring Python or other external runtimes. It executes hooks faster than standard tools through parallel processing and bundled Rust implementations, and includes a built-in hook repository that enables fully offline operation without network access or environment setup. The tool supports both TOML and YAML configuration formats with identical semantics, and can run hooks from existing pre-commit configuration files without modification. Prek distinguishes itself through workspace-aware monorepo

    Runs and manages Git hooks across repositories with a single binary that requires no external runtime dependencies.

    Rustgitgit-hookspre-commit
    عرض على GitHub↗6,297
  • sds/overcommitالصورة الرمزية لـ sds

    sds/overcommit

    4,008عرض على GitHub↗

    Overcommit is a Git hook manager and pre-commit validation framework designed to automate the execution of scripts and checks during various Git events. It serves as a workflow automation tool that ensures code quality and project standards are met before changes are committed or pushed to a remote repository. The system distinguishes itself through a comprehensive YAML-based configuration that allows for detailed hook behavior control, including file execution filtering, conditional skipping, and the management of hook dependencies. It provides specialized roles such as a commit message vali

    A fully configurable and extendable Git hook manager.

    Ruby
    عرض على GitHub↗4,008
  • captainhookphp/captainhookالصورة الرمزية لـ CaptainHookPhp

    CaptainHookPhp/captainhook

    1,110عرض على GitHub↗

    CaptainHook is a very flexible git hook manager for software developers that makes sharing git hooks with your team a breeze.

    Git hooks manager for PHP developers.

    PHP
    عرض على GitHub↗1,110
  • rudikershaw/git-build-hookالصورة الرمزية لـ rudikershaw

    rudikershaw/git-build-hook

    166عرض على GitHub↗

    A maven plugin for managing client side (local) git configuration for those working on your project. Including but not limited to setting git config, installing hooks, validating the local repository.

    Install Git hooks and config during a Maven build.

    Java
    عرض على GitHub↗166
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Git Hook Managers