1.1.0 • Published 2 years ago

prisma-generator-dto-nestjs v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Prisma Generator DTO nest js

This is a DTO generator for prisma and nest js

Some important definitions that are required

  • DTO - A DTO is an object that defines how the data will be sent over the network. We could determine the DTO schema by using TypeScript interfaces, or by simple classes.

Todo list

  • Generate entity DTO
  • Generate update DTO
  • Generate connect DTO
  • Generate create DTO
  • Handle imports
  • Logic for conditional dto entity
  • Handle various file naming conventions