create-ekko-app
v1.3.9
Published
CLI for scaffolding an Ekko app with selectable framework, auth, database, and tooling.
Downloads
93
Readme
create-ekko-app
CLI that scaffolds a working full-stack TypeScript app with your choice of framework, auth, database, and tooling. Each option produces real wiring — providers, middleware, schemas, env files, docker-compose — not just deps.
Usage
bunx create-ekko-app@latest
bunx create-ekko-app@latest my-appPrint the CLI version:
create-ekko-app -versionSupported Stack
- Frameworks: Next.js (App Router), TanStack Start
- Auth: Clerk, Better Auth (forces Drizzle)
- Database: Convex, Drizzle (Postgres local via docker-compose)
- Tooling: shadcn (all components), TanStack Query, TanStack Form, React Email, Resend, Biome, Zod
Requirements
- Bun installed (the CLI uses Bun for everything)
- For Convex: ability to log into the Convex CLI during scaffolding
- For Drizzle: Docker + Docker Compose
Development
make build # build binary into bin/
make go # build and run from source
go test ./... # run testsRelease flow: see docs/releasing.md.
