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.
Install
npm i ghooks punchcard-commit-msg --save-dev
package.json
"config": {
"ghooks": {
"commit-msg": "punchcard-commit-msg"
}
}