Skip to content

skylarkdevreal/commit-lint-hook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

commit-lint-hook

A lightweight, configurable Git commit-msg hook that lints commit messages locally to encourage consistent, human-readable history. No runtime or build required; plain shell with a tiny Python helper for more advanced checks.

  • Modes: conventional commits, relaxed, or custom regex
  • Local only: runs as commit-msg hook
  • Opt-in bypass with --no-verify
  • Config via .commitlint.yml or package.json commitlintHook

\n## Why Keeps history tidy without a heavy toolchain. \n## Modes\n- conventional (default)\n- relaxed\n- custom regex via .commitlint.yml \n## Install\n- bash scripts/install-hook.sh\n- make a commit; hook runs\n- bypass with --no-verify

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published