Skip to content

johannhof/emoji-helper

Repository files navigation

Emoji Helper

An Emoji cheat sheet extension for Chrome, Firefox and Opera. Built because I like spamming my coworkers with 🍄 🐷 🚀 🐌 but fortunately have more important things to keep in mind than the name for 🗿

Visit http://johannhof.github.io/emoji-helper for download links from the official stores.

Development

Building

The build process is done through Gulp.

$ gulp build

The watch command automatically re-builds the sources on change:

$ gulp watch

The generated files are located in the build folders. To load the build folder into the browser, do the following:

Firefox

You can follow this guide to install a WebExtension temporarily: https://developer.mozilla.org/Add-ons/WebExtensions/Temporary_Installation_in_Firefox

Chrome

Follow this guide https://developer.chrome.com/extensions/getstarted#unpacked and select the build folder.

Release

To create a zipped release package of the extension that can be uploaded to one of the stores, run

$ gulp release

Fetching an updated Emoji list

Our Emoji list is taken from the gemoji project (https://api.github.com/emojis). Whenever GitHub updates their list of Emoji, you can run

$ gulp fetch-images
$ gulp sprite

to download the updated images and generate a new sprite.