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

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

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

CaptainHookPhp/captainhook

0
View on GitHub↗
1,110 نجوم·89 تفرعات·PHP·MIT·1 مشاهدةcaptainhook.info↗

Captainhook

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

Features

  • Git Hook Managers - Git hooks manager for PHP developers.

سجل النجوم

مخطط تاريخ النجوم لـ captainhookphp/captainhookمخطط تاريخ النجوم لـ captainhookphp/captainhook

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Captainhook

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Captainhook.
  • 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

    Rustgitgit-hookspre-commit
    عرض على GitHub↗6,297
  • 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

    Pythongitlinterpre-commit
    عرض على GitHub↗15,057
  • 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.

    Java
    عرض على GitHub↗166
  • 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

    Ruby
    عرض على GitHub↗4,008
عرض جميع البدائل الـ 5 لـ Captainhook→

الأسئلة الشائعة

ما هي وظيفة captainhookphp/captainhook؟

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

ما هي الميزات الرئيسية لـ captainhookphp/captainhook؟

الميزات الرئيسية لـ captainhookphp/captainhook هي: Git Hook Managers.

ما هي البدائل مفتوحة المصدر لـ captainhookphp/captainhook؟

تشمل البدائل مفتوحة المصدر لـ captainhookphp/captainhook: j178/prek — Prek is a Git hook manager written in Rust that runs configured hooks as a single binary without requiring Python or… pre-commit/pre-commit — Pre-commit is a framework for managing and executing automated tasks during the version control commit process. It… rudikershaw/git-build-hook — A maven plugin for managing client side (local) git configuration for those working on your project. Including but not… sds/overcommit — Overcommit is a Git hook manager and pre-commit validation framework designed to automate the execution of scripts and… typicode/husky — Husky is a Git hook manager that automates the installation and execution of version control lifecycle events within a…