validate-conventional-commit

Smallest simplest conventional commit validator to use with eg Husky

0BSD 4 个版本
安装
npm install validate-conventional-commit
yarn add validate-conventional-commit
pnpm add validate-conventional-commit
bun add validate-conventional-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

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)

  • @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
版本列表
1.0.4 2024-06-29
1.0.3 2023-11-01
1.0.2 2023-05-23
1.0.1 2023-05-23