@skyline-ts/core
v0.7.0
Published
The skyline-ts runtime — Skyline, content builders, webhooks, and the provider authoring API.
Readme
@skyline-ts/core
The skyline-ts runtime — Skyline, content builders, webhooks, and the provider authoring API.
Install
bun add @skyline-ts/corePair with the providers you need:
bun add @skyline-ts/core @skyline-ts/imessageOr install the batteries-included metapackage:
bun add skyline-tsUse
import { Skyline } from "@skyline-ts/core";
import { imessage } from "@skyline-ts/imessage";
const app = await Skyline({
projectId: process.env.SKYLINE_PROJECT_ID!,
projectSecret: process.env.SKYLINE_PROJECT_SECRET!,
providers: [imessage.config()],
});See the skyline-ts documentation for the full guide.
