Files
awesome-copilot/collections/openapi-to-application-nodejs-nestjs.md
shibicr93 f1e6b77ab7 Add OpenAPI-to-Application collections for 5 common frameworks
Add 5 framework-specific collections with shared agent and prompt for generating production-ready applications from OpenAPI specifications:
- Java Spring Boot
- Python FastAPI
- Node.js NestJS
- C# .NET
- Go

Reuses existing framework instructions for consistency and best practices.
2026-01-18 00:02:52 +01:00

3.1 KiB

OpenAPI to Application - Node.js NestJS

Generate production-ready NestJS applications from OpenAPI specifications. Includes project scaffolding, controller and service generation, TypeScript best practices, and enterprise patterns.

Tags: openapi, code-generation, api, nodejs, typescript, nestjs

Items in this Collection

Title Type Description MCP Servers
OpenAPI to Application Generator
Install in VS Code
Install in VS Code Insiders
Agent Expert assistant for generating working applications from OpenAPI specifications
NestJS Development Best Practices
Install in VS Code
Install in VS Code Insiders
Instruction NestJS development standards and best practices for building scalable Node.js server-side applications
Generate Application from OpenAPI Spec
Install in VS Code
Install in VS Code Insiders
Prompt Generate a complete, production-ready application from an OpenAPI specification