awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
toplenboren avatar

toplenboren/simple-git-hooks

0
View on GitHub↗
1,669 星标·55 分支·JavaScript·MIT·6 次浏览

Simple Git Hooks

Simple-git-hooks is a utility for managing version control hooks through project configuration files. It automates the installation and execution of custom tasks, ensuring that specific commands run consistently across local development environments whenever version control operations occur.

The tool functions by injecting managed scripts into the repository directory structure, replacing existing hooks to maintain uniform development standards. It supports environment-specific configurations, allowing developers to define custom initialization scripts to ensure necessary binaries and system paths are accessible during automated processes.

The system includes mechanisms for bypassing these hooks via environment variables or command flags when necessary. It operates by invoking tasks as standard shell processes, facilitating the integration of automated quality checks and policy enforcement directly into the version control lifecycle.

Features

  • Git Hook Managers - Automates the installation and execution of version control hooks defined in project configuration files.
  • Custom Git Workflow Automations - Triggers automated validation scripts and custom tasks whenever specific version control actions occur.
  • Development Workflow Automation - Ensures consistent code quality by triggering automated validation checks directly within the version control lifecycle.
  • Toolchain Version Enforcement - Standardizes project requirements by installing mandatory hooks that enforce policies across all developer environments.

Star 历史

toplenboren/simple-git-hooks 的 Star 历史图表toplenboren/simple-git-hooks 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

包含 Simple Git Hooks 的精选搜索

收录 Simple Git Hooks 的精选合集。
  • Git Pre-commit Hook 管理工具
  • 自动化代码 Lint 与格式化工具

Simple Git Hooks 的开源替代方案

相似的开源项目,按与 Simple Git Hooks 的功能重合度排序。
  • brigade/overcommitbrigade 的头像

    brigade/overcommit

    4,008在 GitHub 上查看↗

    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

    Ruby
    在 GitHub 上查看↗4,008
  • brainmaestro/composer-git-hooksBrainMaestro 的头像

    BrainMaestro/composer-git-hooks

    1,086在 GitHub 上查看↗

    This project is a dependency manager plugin that automates the management and synchronization of version control hooks. By integrating directly into project dependency configuration files, it ensures that automated tasks and validation rules are consistently applied across local development environments. The tool distinguishes itself by enabling configuration-driven task orchestration, where version control triggers are mapped to custom command sequences. It supports global configuration inheritance, allowing developers to enforce uniform workflows and validation standards across multiple rep

    PHPcommand-linecommand-line-toolcomposer
    在 GitHub 上查看↗1,086
  • typicode/huskytypicode 的头像

    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

    JavaScriptcommitgithooks
    在 GitHub 上查看↗35,156
  • arkweid/lefthookArkweid 的头像

    Arkweid/lefthook

    8,434在 GitHub 上查看↗

    Lefthook is a Git hook manager and workflow automator that uses a configuration-driven approach to manage scripts triggered by version control events. It functions as a parallel task runner, executing multiple scripts simultaneously to reduce the time required for pre-commit or pre-push checks. The project provides a containerized hook runner to ensure consistent dependencies and toolsets across different developer machines. It also supports monorepo orchestration by executing scripts within specific subdirectories and managing complex project structures. The system includes capabilities for

    Go
    在 GitHub 上查看↗8,434
查看 Simple Git Hooks 的所有 30 个替代方案→

常见问题解答

toplenboren/simple-git-hooks 是做什么的?

Simple-git-hooks is a utility for managing version control hooks through project configuration files. It automates the installation and execution of custom tasks, ensuring that specific commands run consistently across local development environments whenever version control operations occur.

toplenboren/simple-git-hooks 的主要功能有哪些?

toplenboren/simple-git-hooks 的主要功能包括:Git Hook Managers, Custom Git Workflow Automations, Development Workflow Automation, Toolchain Version Enforcement。

toplenboren/simple-git-hooks 有哪些开源替代品?

toplenboren/simple-git-hooks 的开源替代品包括: brigade/overcommit — Overcommit is a Git hook manager and workflow automation system used to configure, deploy, and orchestrate scripts… brainmaestro/composer-git-hooks — This project is a dependency manager plugin that automates the management and synchronization of version control… typicode/husky — Husky is a Git hook manager that automates the installation and execution of version control lifecycle events within a… sds/overcommit — Overcommit is a Git hook manager and pre-commit validation framework designed to automate the execution of scripts and… arkweid/lefthook — Lefthook is a Git hook manager and workflow automator that uses a configuration-driven approach to manage scripts… evilmartians/lefthook — Lefthook is a Git hook manager and workflow automation tool designed to execute user-defined scripts during version…