typescript-rest-api-generator
JSON →A CLI tool (v1.0.9, last updated in 2022) called Rest API Generator (RAG) that scaffolds TypeScript-based REST APIs using Express, TypeORM, MySQL, and Awilix for dependency injection. It generates a clean, layered architecture (Controller → Service → Repository → Database) with built-in support for JWT authentication and bcrypt password hashing. Unlike generic project starters, it provides code generation commands (rag create controller/service/repository/model) and a full DI container setup out of the box. Note: development appears to have stalled, with no recent commits or releases.