1.0.0 • Published 3 years ago

@bluecateng/git-checks v1.0.0

Weekly downloads
32
License
ISC
Repository
github
Last release
3 years ago

Git checks

Scripts for use in Git hooks.

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": {
		"hooks": {
			"commit-msg": "check-git-msg-story",
			"pre-push": "check-git-commits-story"
		}
	}
}

To check commit messages without story numbers use:

{
	"husky": {
		"hooks": {
			"commit-msg": "check-git-msg",
			"pre-push": "check-git-commits"
		}
	}
}
1.0.1

3 years ago

1.0.0

3 years ago

0.3.0

4 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago