awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
CaptainHookPhp avatar

CaptainHookPhp/captainhook

0
View on GitHub↗
1,110 estrellas·89 forks·PHP·MIT·1 vistacaptainhook.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.

Historial de estrellas

Gráfico del historial de estrellas de captainhookphp/captainhookGráfico del historial de estrellas de captainhookphp/captainhook

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Captainhook

Proyectos open-source similares, clasificados según cuántas características comparten con Captainhook.
  • j178/prekAvatar de j178

    j178/prek

    6,297Ver en 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
    Ver en GitHub↗6,297
  • pre-commit/pre-commitAvatar de pre-commit

    pre-commit/pre-commit

    15,057Ver en 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
    Ver en GitHub↗15,057
  • rudikershaw/git-build-hookAvatar de rudikershaw

    rudikershaw/git-build-hook

    166Ver en 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
    Ver en GitHub↗166
  • sds/overcommitAvatar de sds

    sds/overcommit

    4,008Ver en 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
    Ver en GitHub↗4,008
Ver las 5 alternativas a Captainhook→

Preguntas frecuentes

¿Qué hace captainhookphp/captainhook?

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

¿Cuáles son las características principales de captainhookphp/captainhook?

Las características principales de captainhookphp/captainhook son: Git Hook Managers.

¿Qué alternativas de código abierto existen para captainhookphp/captainhook?

Las alternativas de código abierto para captainhookphp/captainhook incluyen: 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…