Overcommit is a Git hook manager and workflow automation system used to configure, deploy, and orchestrate scripts that enforce coding standards and project workflows. It acts as a management layer for distributed hook configuration, applying global templates across multiple repositories to ensure consistent validation rules. The system functions as a parallel task runner, executing multiple validation scripts concurrently across CPU cores to reduce the time spent during pre-commit checks. It distinguishes itself through signature-based integrity verification to detect unauthorized changes to
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
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
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
Ce projet est un plugin de gestionnaire de dépendances qui automatise la gestion et la synchronisation des hooks de contrôle de version. En s'intégrant directement dans les fichiers de configuration des dépendances du projet, il garantit que les tâches automatisées et les règles de validation sont appliquées de manière cohérente à travers les environnements de développement locaux.
Les fonctionnalités principales de brainmaestro/composer-git-hooks sont : Git Hook Managers, Automatic Hook Synchronizers, Configuration-Driven Orchestrators, Custom Git Workflow Automations, Development Workflow Automators, Global Hook Registrations, Execution Failure Policies, Event-Driven Execution.
Les alternatives open-source à brainmaestro/composer-git-hooks incluent : brigade/overcommit — Overcommit is a Git hook manager and workflow automation system used to configure, deploy, and orchestrate scripts… 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… j178/prek — Prek is a Git hook manager written in Rust that runs configured hooks as a single binary without requiring Python or… toplenboren/simple-git-hooks — Simple-git-hooks is a utility for managing version control hooks through project configuration files. It automates the… pre-commit/pre-commit — Pre-commit is a framework for managing and executing automated tasks during the version control commit process. It…