awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • typicode/huskytypicode का अवतार

    typicode/husky

    35,156GitHub पर देखें↗

    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
    GitHub पर देखें↗35,156
  • j178/prekj178 का अवतार

    j178/prek

    6,297GitHub पर देखें↗

    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
    GitHub पर देखें↗6,297
  1. Home
  2. Development Tools & Productivity
  3. Git Hook Initialization Tools