npm i @supabase-kit/cli -D
bun add @supabase-kit/cli -D
pnpm add @supabase-kit/cli -D
yarn add @supabase-kit/cli -D
step 1:
-
npm run supa init --name=supa -pf=5432 -fm=react
step 2:
-
npm run supa migrate init
- init — [options] Init project
- migrate — manager migrastions and db flow
- types — Basic commands to generate types based on the DB, we recommend using Supabase CLI directly for greater optimization
init proyect define folder structure, install extra tools.
npm run supa init --name=supa -pf=5432 -fm=react
- n, --name name project (default: "supa")
- pf --port_family port family by docker container for local dev (default: "5432")
- fm, --framework "react" or "next" extra tools by framework
create migration flow this include create folders structure and prisma schemas, define local docker container, write .env variables for connect to local db.
npm run supa migrate init
init migration flow by proyect.