A CLI tool to quickly generate API boilerplate with configurable runtime, server, and ORM options.
npx create-api-generator my-api-project
The tool will guide you through selecting:
- Runtime (Bun)
- HTTP Server (Elysia)
- ORM/Query Builder (Kysely)
- Interactive CLI prompts for configuration
- Generates typed database interfaces
- Creates controllers and repositories for all your database tables
- Sets up a complete project structure
- Node.js 16+ or Bun
MIT