scaffold_express_project
Generate a production-ready Express.js project with TypeScript and best practices. Configure an ORM like Prisma or Drizzle and add API key authentication to start building quickly.
Instructions
Generate an Express.js project with TypeScript and best practices
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orm | No | ORM to configure | |
| api_key | No | API key for authentication | |
| typescript | No | Use TypeScript (default true) | |
| project_name | Yes | Project name |