This project was inspired by GitMoji - a standard for use of emojis in commit messages.
At SSW, we love using GitMoji on our projects, but sometimes finding the right emoji is a challenge.
There are almost 70 different GitMojis, so sometimes its hard to pick the best one.
Automate the selection of GitMojis using AI.
In VS Code:
- Go to Extensions
- Under
...
clickInstall from VSIX
- Download and select releases/latest/vscode/ssw-fireemoji-vscode-preview.vsix
- Reload extension
Go to Source Control
tab, enter your message and press the 🔥 icon. :)
Currently, there are 3 parts to this project:
- SSW.FireEmoji.Core
- SSW.FireEmoji.WebApp - Blazor WASM PWA that implements SSW.FireEmoji.Core
- SSW.FireEmoji.Trainer
- Clone the project