@mimik/git-hooks
v2.0.0
Published
Git hooks helper for better development
Readme
git-hooks
Example
import { commitCheckMsg } from '@mimik/git-hooks';
or
import gitHooks from '@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.
