A command to enable/disable git hooks scripts in `repository/.githooks`.
Run custom scripts as Git hooks
List of Git hooks
Automatically install pre-commit hooks for your npm modules.
Automate git hook deployment
No nonsense Git hook management
Scripts and utilities used by the Pie monorepo git hooks
A simple, zero dependency tool for setting up git hooks for small projects
A tool to manage project Git hooks
Tells you whether or not dependencies in package.json have been changed.
Effortless SUI precommit rules integration in your project
library to do the things that 'npm version' does
githooks management forked from husky
A modern, zero dependency tool for managing git hooks in Bun projects.
Generic CLI tool to automate versioning and package publishing-related tasks.
Automatically install pre-push hooks for your npm modules.
Simple git hooks manager
The Linux 64-bit binary for lefthook, git hooks manager.
Tiny tool to run commands for modified, staged, and committed git files.
Automatically install pre-commit hooks for your npm modules.
Efficient Git Commit Message Linting and Formatting
Git hooks integration for Node.js projects
Standardize package.json scripts and config files for Salesforce projects.
Share git hooks across your team through npm install
Adds scripts in .git/hooks to call scripts in the root hooks directory
= RUGS - RUby Git Setup A helper script that makes setting up remote git repositories a snap. == WARNING: This is still alpha so use it at your own risk! Note: I don't use alpha/beta in the version numbers until I have a first real release because of how Ruby Gems handles them. == What is it? RUGS has three main functions: * Creates a local git repository and directory structure using default templates or ones you create. * Sets up a remote repository to mirror your local one. * Adds a framework of git hooks allowing you to store and run your own hooks in directly from the repo. RUGS makes creating remote repos as simple as `rugs create repo_name on server_name`. RUGS even allows you to automatically embed your Git hooks in the repo itself. No more jumping through hoops to make sure your hooks are maintained with your project; with RUGS you just store your hook scripts in the `git_hooks` directory and they're automatically updated and run. \ Once you've set up your project using RUGS you just use Git as you normally would with the exception of your hooks being the in `git_hooks` directory.