nestjs / awesome-nestjs

A curated list of awesome things related to NestJS 😎
10.69k stars 944 forks source link

Adds DTO Classes as a new GH repo under "Utilities" #251

Closed rsinger86 closed 1 year ago

rsinger86 commented 1 year ago

Resource type (required)

If your contribution is NOT a GitHub repository, then you can skip the next titles, except "Rules".

Description (required)

It's a parsing, validation and serialization library that plays nice with NestJS. The library docs include examples of how to integrate as a NestJS pipe that auto-parses based on the declared type. The value-add is a more flexible parsing and validation approach that uses classes, but allows custom parsing and validation by ad-hoc class methods.

Link (required)

https://github.com/rsinger86/dto-classes

Rules (required)