expo-postpublish-discord-notifier

An util to notify to discord using expo post-publish hook

Usage no npm install needed!

<script type="module">
  import expoPostpublishDiscordNotifier from 'https://cdn.skypack.dev/expo-postpublish-discord-notifier';
</script>

README

Usage

    "hooks": {
      "postPublish": [
        {
          "file": "expo-postpublish-discord-notifier",
          "config": {
            "WEBHOOK_URL": "https://discordapp.com/api/webhooks/12345678/162781h2iejsdfUHASUDGFY",
            "username": "Expo CLI"
          }
        }
      ]
    },

Config fallback

required config env var
🚨 WEBHOOK_URL DISCORD_WEBHOOK_URL
🚨 username DISCORD_USERNAME