@ken0x0a/expo-postpublish-slack-notifier

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

Usage no npm install needed!

<script type="module">
  import ken0x0aExpoPostpublishSlackNotifier from 'https://cdn.skypack.dev/@ken0x0a/expo-postpublish-slack-notifier';
</script>

README

Usage

    "hooks": {
      "postPublish": [
        {
          "file": "@ken0x0a/expo-postpublish-slack-notifier",
          "config": {
            "WEBHOOK_URL": "https://hooks.slack.com/services/rF%g6wg7/hGwegw&/hiH89h",
            "username": "Expo CLI",
            "channel": "my-channel"
          }
        }
      ]
    },

Config fallback

required config env var
🚨 WEBHOOK_URL SLACK_WEBHOOK_URL
username SLACK_USERNAME
channel SLACK_CHANNEL

Requirements

Slack Webhook URL