The Alfred Emoji Pack

This is the home of the Alfred Emoji Snippet pack. You can read more about it here.

Install and Build

The project depends on gemoji (Node Package) which itself depends on gemoji (Ruby Gem).

To install the dependencies and create a new build you have to run the following commands in your Terminal:

npm install
npm run build

or if you use yarn

yarn install
yarn run build