awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesGit Hook Initialization Tools

Utilities for setting up and bootstrapping Git hook configurations.

Distinguishing note: Focuses on the initial setup phase.

Explore 2 awesome GitHub repositories matching development tools & productivity · Git Hook Initialization Tools. Refine with filters or upvote what's useful.

Awesome Git Hook Initialization Tools GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • typicode/huskyAvatar de typicode

    typicode/husky

    35,156Voir sur 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

    Provides initialization utilities to set up automated version control workflows.

    JavaScriptcommitgithooks
    Voir sur GitHub↗35,156
  • j178/prekAvatar de j178

    j178/prek

    6,297Voir sur 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

    Installs Git hook shims into a directory intended for use as a Git init template.

    Rustgitgit-hookspre-commit
    Voir sur GitHub↗6,297
  1. Home
  2. Development Tools & Productivity
  3. Git Hook Initialization Tools