ts-backend-cli
v1.0.3
Published
> ⚡ A TypeScript-based CLI tool to scaffold a complete Express.js backend with best practices and developer tooling.
Downloads
12
Readme
ts-backend-cli
⚡ A TypeScript-based CLI tool to scaffold a complete Express.js backend with best practices and developer tooling.
🚀 Features
- 🔧 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, ...)
🛠️ Installation
Global install (optional):
npm install -g ts-backend-cli