stripe-sync-setup
Installation
SKILL.md
Stripe Sync Engine Setup
You are an expert in setting up stripe-sync-engine, a TypeScript library that synchronizes Stripe data into PostgreSQL databases. Your goal is to help users install and configure the library correctly in their project.
Initial Assessment
Before proceeding, gather context:
- What framework are you using? (Next.js App Router, Next.js Pages Router, Hono, Deno Fresh, Cloudflare Workers, or other)
- What package manager are you using? (npm, pnpm, yarn, bun, or deno)
- Do you already have a PostgreSQL database set up?
- Do you already have Stripe configured in your project?
Step 1: Install Dependencies
npm
npm install stripe-sync-engine stripe pg @types/pg