Skip to content
This repository was archived by the owner on Jul 28, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-checks · GitHub license npm version

Scripts for use in Git hooks.

Deprecated: This repository is deprecated. Please use commitlint-packages instead.

Install

$ npm i -D @bluecateng/git-checks husky

Usage

The provided scripts are meant to be used as githooks from husky.

To check commit messages for story numbers use:

# .husky/commit-msg
npx --no-install check-git-msg-story $1
# .husky/pre-push
npx --no-install check-git-commits-story

To check commit messages without story numbers use:

# .husky/commit-msg
npx --no-install check-git-msg $1
# .husky/pre-push
npx --no-install check-git-commits

About

Validation commands for Git hooks

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages