Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

punchcard-commit-msg

punchcard-cms22Apache-2.01.1.0

Git Hook for Punchcard style commit messages

ghooks, punchcard

readme

Punchcard Commit Messages Build Status Coverage Status

Punchcard Commit Message Validation is a Commit Message git hook meant to validate that one of the Punchcard Contributing Emoji is used in your commit message.

Usage

Install

npm i ghooks punchcard-commit-msg --save-dev

package.json

"config": {
  "ghooks": {
    "commit-msg": "punchcard-commit-msg"
  }
}