plm-slack-emoji

Custom Slack emojis from team PLM

Stars
7

plm-slack-emoji

Custom Slack emojis from team PLM

Instructions

npm run download <PATH TO EMOJI JSON> - will download emojis from Slack given a json file with the following shape:

{
  "emoji":[
    {
      "name": "emoji_name",
      "url": "https://emoji.gif",
    }
  ]
}

npm run emojipack - generates an emojipack yaml file which can be used to bulk upload emoji to another Slack account

npm run readme - generates this README