3.0.1 • Published 5 years ago
emoji-commit-message-validator v3.0.1
Based on gitmoji!!
What's this for?
This package helps enforce some commit-message hygiene by prompting developers to start their commit messages with an emoji.
Prerequisites:
- 🐶husky
How to setup (V2):
- Install husky and run
yarn husky install yarn add emoji-commit-message-validatoryarn emoji-check-install(generates acommit-msggit hook)