Skip to content

SSWConsulting/SSW.FireEmoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

33 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation




This project was inspired by GitMoji - a standard for use of emojis in commit messages.

πŸ€·πŸ»β€β™‚οΈ Why?

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.

πŸ₯… Our goal

Automate the selection of GitMojis using AI.

πŸ“¦ Install VS Code extension

In VS Code:

  1. Go to Extensions
  2. Under ... click Install from VSIX
  3. Download and select releases/latest/vscode/ssw-fireemoji-vscode-preview.vsix
  4. Reload extension

Install VS Code VSIX via VS Code IDE

πŸ‘©β€πŸ’» Usage

Go to Source Control tab, enter your message and press the πŸ”₯ icon. :)

Install VS Code VSIX via VS Code IDE

πŸ› Architecture

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

πŸ‘¨πŸ»β€πŸ’» F5 Experience

Prerequisites

Running the project

  1. Clone the project