awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
CaptainHookPhp avatar

CaptainHookPhp/captainhook

0
View on GitHub↗
1,110 Stars·89 Forks·PHP·MIT·1 Aufrufcaptainhook.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.

Star-Verlauf

Star-Verlauf für captainhookphp/captainhookStar-Verlauf für captainhookphp/captainhook

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Captainhook

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Captainhook.
  • j178/prekAvatar von j178

    j178/prek

    6,297Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,297
  • pre-commit/pre-commitAvatar von pre-commit

    pre-commit/pre-commit

    15,057Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗15,057
  • rudikershaw/git-build-hookAvatar von rudikershaw

    rudikershaw/git-build-hook

    166Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗166
  • sds/overcommitAvatar von sds

    sds/overcommit

    4,008Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,008
Alle 5 Alternativen zu Captainhook anzeigen→

Häufig gestellte Fragen

Was macht captainhookphp/captainhook?

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

Was sind die Hauptfunktionen von captainhookphp/captainhook?

Die Hauptfunktionen von captainhookphp/captainhook sind: Git Hook Managers.

Welche Open-Source-Alternativen gibt es zu captainhookphp/captainhook?

Open-Source-Alternativen zu captainhookphp/captainhook sind unter anderem: 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…