Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |
| const numberToCharMap = new Map([ | |
| ["+", 0], | |
| ["", 1], | |
| ["a", 2], | |
| ["b", 2], | |
| ["c", 2], | |
| ["d", 3], | |
| ["e", 3], | |
| ["f", 3], | |
| ["g", 4], |
| #!/usr/bin/env bash | |
| RED='\033[0;31m' | |
| GREEN='\033[0;32m' | |
| YELLOW='\033[0;33m' | |
| BLUE='\033[0;34m' | |
| NC='\033[0m' | |
| usage=" | |
| A quick script to add env variables to your heroku application. Following options are required: |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |