Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |
Getting started:
Related tutorials:
| #!/bin/bash | |
| # install homebrew | |
| ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
| # install homebrew's official php tap | |
| brew tap josegonzalez/homebrew-php | |
| function normalizeCount( count, missingResultText ) { | |
| missingResultText = missingResultText || ''; | |
| var millionCharacter = 'M'; | |
| var thousandCharacter = 'K'; | |
| if( !count && count !== 0 ) { | |
| return missingResultText; | |
| } | |
| function getRounded( num ) { | |
| return ( num ).toFixed( 1 ).replace( /\.0/, '' ); |