chuck-catron/generate-crud-module icon
public
Published on 5/5/2025
generate crud module

Prompts
generate crud module
Generate a NestJS CRUD module with service, controller, DTOs, and TypeScript types
Generate a complete NestJS CRUD module for the entity {entityName}.
Include:
        - Module
        - Controller
        - Service
        - DTOs with TypeScript types
      Follow idiomatic NestJS patterns and keep it minimal but functional.