Brakebein / prisma-generator-nestjs-dto

Generates NestJS DTO classes from Prisma Schema
Apache License 2.0
48 stars 26 forks source link

Disable CRUD Dtos generation (only Entities class-generation) #42

Open davmik2601 opened 4 months ago

davmik2601 commented 4 months ago

Dear @Brakebein Team, I see, we havn't any option for disabling CRUD DTOs creation. I want to use only Entities (Models) classes generation, not need to have DTOs, because I already manually created my CRUD dtos. Will be great to have option for disabling CRUD generation.

Brakebein commented 3 months ago

I have added a new config to only create specific file types: generateFileTypes = "all"

With following options: