Skip to content

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

License

Notifications You must be signed in to change notification settings

malted/githubmoji

Repository files navigation

githubmoji

GitHub Workflow Status

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

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.)