commit-emojis
v1.0.0
Published
🕺 Happy commmit messages!
Downloads
195
Readme
🕺 commit-emojis
Inspired by
commit-message-emoji
.
Emojis make git messages more fund and have the nice side effects of making identifing the type of change easier.
Ask yourself, what would you rather write!?
feat: Added a sad feature
- Added xy
OR
✨ Yeah! Added a feature!
- woot woot!
Avaiable Emojis
| Commit Type | Emoji | | ------------- | ----- | | New Feature | ✨ | | Version Tag | 🔖 | | Bugfix | 🐛 | | Improvement | 🌈 | | Documentation | 📚 | | Removal | 💩 | | Style | 🎨 | | Test | 🚨 | | Tooling | 🛠 |