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.
- Host: GitHub
- URL: https://github.com/malted/githubmoji
- Owner: malted
- License: mpl-2.0
- Created: 2022-07-17T19:42:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-12T21:04:33.000Z (over 3 years ago)
- Last Synced: 2025-04-14T20:16:25.057Z (10 months ago)
- Topics: github, gitmoji
- Language: JavaScript
- Homepage: https://addons.mozilla.org/firefox/addon/githubmoji
- Size: 52.7 KB
- Stars: 9
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# githubmoji

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