API
@nestjs/swagger- This's an OpenAPI (Swagger) module for Nest. [Tutorial].nestjs-asyncapi- AsyncAPI module for NestJS.@ptc-org/nestjs-query-*- Nest CRUD for GraphQL APIs.@nestia/sdk- Automatic SDK (Software Development Kit, collection offetchfunctions with type definitions liketRPC), Mockup Simulator (backend server simulator embedded in SDK likemsw) and Swagger generators, evolved than ever. Also, it can automatically generate e2e test functions for every API routes by analyzing your NestJS server codes.nicot- Metadata-driven REST framework on top of NestJS + TypeORM; generates CRUD endpoints, DTOs, validation and OpenAPI schema from your entities with field-level access-control decorators.nest-problem-details- Nest exception filter to standardize HTTP error responses by converting responses to RFC 9457 (formerly RFC 7807)-compliant Problem Details for HTTP APIs.@nestjs-library/crud- Automatically generates CRUD routes of a controller for given TypeORM entity.nest-ndjson-req-stream- Accept and automatically deserialize NDJSON request streams in NestJSnest-trpc-native- Native, decorator-first tRPC integration for NestJS. Build typesafe APIs with full support for Nest dependency injection, guards, and interceptors.