@bluecateng/git-check-push
v1.0.1
Published
Validation for Git push hook
Downloads
1,416
Readme
@bluecateng/git-check-push
Validation for Git push hook.
Usage
Follow installation instructions for husky and then:
npm i @bluecateng/git-check-push
npx husky add .husky/pre-push 'npx @bluecateng/git-check-push "$1"'