prisma-generator-dto-nestjs

1.1.0 • Public • Published

Prisma Generator DTO nest js

This is a DTO generator for prisma and nest js

Warning :: The package is in very early stage of development and is not recommended to be used for anything other than side projects

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

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

Readme

Keywords

Package Sidebar

Install

npm i prisma-generator-dto-nestjs

Weekly Downloads

1

Version

1.1.0

License

ISC

Unpacked Size

2.32 kB

Total Files

4

Last publish

Collaborators

  • devjayprakash
  • wahidstephen