@mimik/git-hooks
v1.5.8
Published
Git hooks helper for better development
Downloads
50
Readme
git-hooks
Example
const { commitCheckMsg } = require('@mimik/git-hooks');
git-hooks~commitCheckMsg() ⇒ Promise
Checking the validity of the commit message.
Kind: inner method of git-hooks
Returns: Promise - .
Category: async
Fulfil: null
.
Will exit 1
if the commit message is not correct or if the branch is not a Jira generated branch.