slack-custom-food-emoji
Uploads Glitch food and drink icons as custom emoji to a Slack team.
usage
- Sign into your Slack workspace in Google Chrome.
- Run the following commands in your terminal
# Clone the food emoji project to slack-custom-food-emoji
git clone git@github.com:bertrandom/slack-custom-food-emoji.git
# Change directory to
cd slack-custom-food-emoji
# Install dependencies
npm install
# Downloads the glitch-assets-parser repo to ./glitch-assets-parser
git clone git@github.com:bertrandom/glitch-assets-parser.git
# Uploads the emoji to your workspace
node ./index.js [workspace name]
Where [workspace name] is the prefix to your Slack domain. For example if you access slack using https://example.slack.com, you would use node ./index.js example
license
MIT