envguard — validate .env against a schema. 21 types (url, uuid, semver, duration, json, ip, enum, regex, secret, ...), min/max constraints, secret-leak scanner, gitignore check. Pre-commit / CI friendly. Free forever from vøiddo.
A custom React project setup with Husky and ESLint for pre-commit hooks and code quality
Pre-commit hooks
Git pre-commit hook for 996.
AI-powered code review CLI tool with GitHub integration, pre-commit hooks, and multi-provider support
Lightweight secret scanner designed for pre commit hooks and DevX before strictness.
A pre-commit hook that prevents users from leaking their discord token
Minimalistic npm package template with 📦🚀semantic-release + Commitizen, CodeCov, Renovate, pre-commit + EsLint (✗🐶Husky + Lint Staged), ⚡️Vitest (✗👢Jest), 📖TypeDoc + Github Pages support. Note that this is a generated sample package.
Git Shield is a CLI tool that helps developers automatically **block or ignore specific files from being committed** using Git hooks (pre-commit). It's designed to enhance code hygiene and prevent unwanted files from being pushed to the repository.
AI-powered pre-commit code review tool that works with any programming language and framework
Library for running pre-commit hooks
A custom React project setup with Husky and ESLint for pre-commit hooks and code quality
CLI que configura o pre-commit na pasta `.git/hooks` do projeto para realizar a análise de vulnerabilidade em tempo de desenvolvimento.
Security-focused CLI that scans JavaScript/TypeScript codebases for console statements that may leak sensitive data, classifies them by risk level, and blocks risky commits via a pre-commit hook.
[](https://conventionalcommits.org) [
```js "hooks": { "pre-commit": "npm test" } ```
Helps you keep your code less crazy by adding either eslint or jshint in the pre-commit hooks.
git pre-commit hook lint code
Pre-commit secret scanner. Blocks API keys, tokens, .env files, and private keys from leaking into git. Ships as a skill for Claude Code, OpenAI Codex CLI, Google Antigravity, and Moonshot Kimi CLI, plus a standalone CLI / git hook.
``` npx husky install npx husky add .husky/pre-commit "node node_modules/cdstestingpackagepostinstall/scripts/commitguard.js" git add .husky/pre-commit ```
Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)
git pre-commit 增量检测
eslint you js file
[Nx](https://nx.dev) plugin for installing [Husky](https://www.npmjs.com/package/husky) in your monorepo, and setting up basic configuration for pre-commit hook, which will run linter and prettier on all staged files.