validate-conventional-commit

Smallest simplest conventional commit validator to use with eg Husky

0BSD License

Downloads
2.1K
Stars
5
Committers
3

validate-conventional-commit

Smallest simplest conventional commit validator to use with eg husky

Usage

npx --no validate-conventional-commit < .git/COMMIT_EDITMSG

(Or simply just copy and paste the cli.js file into your project if you want to avoid a dependency)

Related modules

  • @commitlint/cli – a much more comprehensive and much more heavy alternative
  • husky – my preferred git hook manager
  • mtfoley/pr-compliance-action – an action that helps validating conventional commit style in PR:s, something this module is not really geared towards