⚡ A TypeScript-based CLI tool to scaffold a complete Express.js backend with best practices and developer tooling.
- 🔧 Express.js + TypeScript boilerplate
- 🧪 Prisma ORM with MongoDB/PostgreSQL support
- 🔒 JWT Authentication setup
- 🧰 Middleware structure (rate-limiter, error handler, zod validation, etc.)
- 🐳 Docker support
- 🧹 Biome (Linting & Formatting)
- 📜 Swagger API documentation setup
- 🔄 Ready for versioned API routing (
/v1
,/v2
, ...)
npm install -g ts-backend-cli