@ramanan-26/backend-cli
v1.0.3
Published
CLI tool to create NestJS projects with optional database setup
Readme
backend-cli
Create Nest App CLI
Create Nest App CLI
Usage: create-nest-app [options]
Options: --db= Database to install Supported: mysql, postgres, sqlite
--orm= ORM to install Supported: typeorm, prisma, mongoose
-h, --help Show help message
Examples: create-nest-app blog-api create-nest-app blog-api --db=mysql create-nest-app blog-api --db=postgres --orm=typeorm create-nest-app blog-api --db=postgres --orm=prisma
Tech Stack
- Node.js
Future Improvements
- Interactive CLI prompts
- Authentication module generation
- Swagger setup
- Environment file generation
