List of Git hooks
Automate git hook deployment
Run a command if a file changes via Git hooks
A simple, zero dependency tool for setting up git hooks for small projects
Tells you whether or not dependencies in package.json have been changed.
A modern, zero dependency tool for managing git hooks in Bun projects.
This module provides native bindings to ecdsa secp256k1 functions
Simple git hooks manager
The Linux 64-bit binary for lefthook, git hooks manager.
Plugin for fastify to add support for cookies
Efficient Git Commit Message Linting and Formatting
Parse repository URLs to extract, SCM platform, domain, user, and project information.
axios-hooks
Downgrade errors to warnings
Get repository user and project information from package.json file contents.
Module Resolver Utility for textlint
Async middleware for JavaScript and TypeScript
Jotai store factory for a best-in-class developer experience.
Module Resolver Utility for Secretlint
Automatically install pre-commit hooks for your npm modules.
Modern type-safe way of building CLIs
ESLint rules for React Hooks
A tool to manage project Git hooks
No nonsense Git hook management
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.
Allows customization of: * Specify which level of notification you would like with an array of optional styles of notification (email, webhooks) * the sender address of the email * the recipient addresses * the text used to prefix the subject line * the HTTP status codes to notify for * the error classes to send emails for * alternatively, the error classes to not notify for * whether to send error emails or just render without sending anything * the HTTP status and status code that gets rendered with specific errors * the view path to the error page templates * custom errors, with custom error templates * define error layouts at application or controller level, or use the controller's own default layout, or no layout at all * get error notification for errors that occur in the console, using notifiable method * Override the gem's handling and rendering with explicit rescue statements inline. * Hooks into `git blame` output so you can get an idea of who (may) have introduced the bug * Hooks into other website services (e.g. you can send exceptions to to Switchub.com) * Can notify of errors occurring in any class/method using notifiable { method } * Can notify of errors in Rake tasks using NotifiedTask.new instead of task * Works with Hoptoad Notifier, so you can notify via SEN and/or Hoptoad for any particular errors. * Tested with Rails 2.3.x, should work with rails 2.2.x, and is apparently not yet compatible with rails 3.