Added coming soon Readmes for the packages
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
# Coming soon
|
||||
|
||||
View the full documentation for the [Trigger SDK](https://docs.trigger.dev)
|
||||
@@ -1,15 +1,3 @@
|
||||
```ts
|
||||
import { Trigger } from "@trigger.dev/sdk";
|
||||
import { github, slack } from "@trigger.dev/integrations";
|
||||
# Coming soon
|
||||
|
||||
new Trigger({
|
||||
on: github.onNewStar({ repo: "triggerdotdev/jsonhero-web" }),
|
||||
lib: { slack },
|
||||
run: (event, lib) => {
|
||||
await lib.slack.send({
|
||||
channel: "jsonhero-stars",
|
||||
text: `You got a new star from ${event.username}`,
|
||||
});
|
||||
},
|
||||
});
|
||||
```
|
||||
View the full documentation for the [Trigger SDK](https://docs.trigger.dev)
|
||||
|
||||
Reference in New Issue
Block a user