A simple, zero dependency tool for setting up git hooks for small projects
Simple git hooks manager
Simple git hooks manager
Simple git hooks
Personal but Shareable simple-git-hooks Configuration for all 1stG.me projects
Simple git hooks manager
simple-git-hooks shareable configs
Commit message verification for simple-git-hooks.
Commit message verification for simple-git-hooks.
Simple git hooks manager
> Amazingly simple Git hooks library, packed with great defaults.
🚀 The package offer simple-git-hooks-config for @unconfig!
Deadly simple Git hooks directory setup tool
A fork of simple-git-hooks with additional features that fit my use case.
Simple git hooks manager
Simple git hooks
simple git hooks utility.
List of Git hooks
При изменении конфигурации `simple-git-hooks` необходимо также переустановить хуки: `npx simple-git-hooks`.
A modern, zero dependency tool for managing git hooks in Bun projects.
Task and Message Queues with Multiple Providers
The Linux 64-bit binary for lefthook, git hooks manager.
Simple GIT interface for node.js
Simple Git hooks manager written in Rust - A dependency-free alternative to husky
A Rust implementation of sort-package-json that sorts package.json files according to well-established npm conventions
A fast CLI tool to sync AI agent configurations and MCP servers across Claude, Copilot, Cursor, and more using symbolic links.
Gem for creating simple pre-commit git hooks in ruby.
set_git_hooks_dir is a deadly simple gem to configure your Git hooks on package installation
Spiegel is a simple git mirroring service meant to be activated by GitLab Web Hooks..
Simple Git hook made by Ruby
Simple command-line tool to tag stories from Pivotal Tracker in git commits. Uses git hooks.
A simple command for generating Jekyll blog posts from git commit messages. It can be run directly from the command line or installed as a post-commit hook.
= 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.
This gem hooks into the SCM functionality of Capistrano 3.x in order to provide a more generic distribution strategy. Not only is it possible to deploy from a simple Git repository, but deployment of contents from Tar and ZIP files is also possible. It is even easy to create deployments based on multiple sources.
This tool takes a list of paths and checks them for git repositories. It writes to a sqlite database a table of repositories found, indexed by both the first and the second commit hashes on the repository. The rationale is that these first couple of commits are unlikely to ever change as the result of a rebase, and thus make a fairly reliable fingerprint of the identity of the repository. The motivation behind this tool is for use with Serf and the serf-hander gem to power a slick, simple deployment manger utiizing a git repo and deploy hooks at the underlying source and trigger.