Détail du package

validate-conventional-commit

voxpelli2.5k0BSD1.0.4

Smallest simplest conventional commit validator to use with eg Husky

husky, conventional-commit, commitlint, commit

readme

validate-conventional-commit

Smallest simplest conventional commit validator to use with eg husky

npm version npm downloads neostandard javascript style Types in JS Follow @voxpelli@mastodon.social

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

changelog

Changelog

1.0.4 (2024-06-29)

🧹 Chores

  • deps: update dev dependencies (57ee2dc)
  • deps: update to neostandard based linting (ab32fb7)

1.0.3 (2023-11-01)

Bug Fixes

  • correct name for cli file in package.json (8569f57)

1.0.2 (2023-05-23)

Bug Fixes

1.0.1 (2023-05-23)

Bug Fixes

  • make release-please setup work (29480ba)

1.0.0 (2023-05-23)

Features