An open API service indexing awesome lists of open source software.

https://github.com/malted/githubmoji

A Firefox addon that adds a predictive gitmoji picker to GitHub commit message inputs.
https://github.com/malted/githubmoji

github gitmoji

Last synced: 3 months ago
JSON representation

A Firefox addon that adds a predictive gitmoji picker to GitHub commit message inputs.

Awesome Lists containing this project

README

          

# githubmoji
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/ma1ted/githubmoji/Node.js%20CI)

A Firefox addon that adds a predictive gitmoji picker to GitHub commit message inputs.
## [Get it here](https://addons.mozilla.org/en-GB/firefox/addon/githubmoji/)



## Building

#### Clone the repository
`git clone https://github.com/ma1ted/githubmoji`

#### `cd` into the new directory
`cd githubmoji`

#### Install the required packages
`npm install`

#### Bundle the code
`npm run build`

###### (I'm using node `v16.16.0` and npm `8.11.0`.)