Added coming soon Readmes for the packages

This commit is contained in:
Matt Aitken
2023-01-13 14:52:16 +00:00
parent e153a7cb97
commit 469a26ae60
2 changed files with 5 additions and 14 deletions
+3
View File
@@ -0,0 +1,3 @@
# Coming soon
View the full documentation for the [Trigger SDK](https://docs.trigger.dev)
+2 -14
View File
@@ -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)