1.2.0 • Published 5 years ago

expo-postpublish-slack-notify v1.2.0

Weekly downloads
488
License
MIT
Repository
-
Last release
5 years ago

expo-postpublish-slack-notify

Post a notification on Slack whenever your project is published. Presumably you already know this is happening so it's probably more useful to non-you people, such as your team or your grandparents.

Installation

  1. Create an incoming webhook and keep the window open with the URL.
  2. yarn add expo-postpublish-slack-notify in your project.
  3. Add the following to your app.json within the "expo" key.
  "hooks": {
    "postPublish": [
      {
        "file": "expo-postpublish-slack-notify",
        "config": {
          "webhookUrl": "your webhook url here",
          "username": "thisIsOptionalAndIsAValidSlackUsername",
          "channel": "#channel_other_than_default"
        }
      }
    ]
  }
1.2.0

5 years ago

1.1.0

6 years ago

1.0.0

7 years ago

1.0.0-alpha.1

7 years ago

1.0.0-alpha.0

7 years ago