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 प्रोजेक्ट कॉन्फ़िगरेशन फ़ाइलों के माध्यम से संस्करण नियंत्रण हुक (version control hooks) को प्रबंधित करने के लिए एक उपयोगिता है। यह कस्टम कार्यों की स्थापना और निष्पादन को स्वचालित करता है, यह सुनिश्चित करता है कि जब भी संस्करण नियंत्रण संचालन होता है, तो विशिष्ट कमांड स्थानीय डेवलपमेंट वातावरण में सुसंगत रूप से चलते हैं।

यह टूल रिपॉजिटरी निर्देशिका संरचना में प्रबंधित स्क्रिप्ट को इंजेक्ट करके कार्य करता है, जो सुसंगत डेवलपमेंट मानकों को बनाए रखने के लिए मौजूदा हुक को बदल देता है। यह वातावरण-विशिष्ट कॉन्फ़िगरेशन का समर्थन करता है, जिससे डेवलपर्स को यह सुनिश्चित करने के लिए कस्टम इनिशियलाइज़ेशन स्क्रिप्ट को परिभाषित करने की अनुमति मिलती है कि स्वचालित प्रक्रियाओं के दौरान आवश्यक बाइनरी और सिस्टम पथ सुलभ हैं।

सिस्टम में आवश्यकता पड़ने पर पर्यावरण चर या कमांड फ्लैग के माध्यम से इन हुक को बायपास करने के लिए तंत्र शामिल हैं। यह कार्यों को मानक शेल प्रक्रियाओं के रूप में लागू करके संचालित होता है, जो संस्करण नियंत्रण लाइफसाइकिल में स्वचालित गुणवत्ता जांच और नीति प्रवर्तन के एकीकरण की सुविधा प्रदान करता है।

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.

स्टार हिस्ट्री

toplenboren/simple-git-hooks के लिए स्टार हिस्ट्री चार्टtoplenboren/simple-git-hooks के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Simple Git Hooks को शामिल करने वाली क्यूरेटेड खोजें

चुनिंदा कलेक्शन जहाँ Simple Git Hooks दिखाई देता है।
  • Git प्री-कमिट हुक मैनेजर्स
  • ऑटोमेटेड कोड लिंटिंग और फ़ॉर्मेटिंग

Simple Git Hooks के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Simple Git Hooks के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • brigade/overcommitbrigade का अवतार

    brigade/overcommit

    4,008GitHub पर देखें↗

    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,086GitHub पर देखें↗

    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,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

    JavaScriptcommitgithooks
    GitHub पर देखें↗35,156
  • arkweid/lefthookArkweid का अवतार

    Arkweid/lefthook

    8,434GitHub पर देखें↗

    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 प्रोजेक्ट कॉन्फ़िगरेशन फ़ाइलों के माध्यम से संस्करण नियंत्रण हुक (version control hooks) को प्रबंधित करने के लिए एक उपयोगिता है। यह कस्टम कार्यों की स्थापना और निष्पादन को स्वचालित करता है, यह सुनिश्चित करता है कि जब भी संस्करण नियंत्रण संचालन होता है, तो विशिष्ट कमांड स्थानीय डेवलपमेंट वातावरण में सुसंगत रूप से चलते हैं।

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…