/DtoGenerator

DtoGenerator converting entities to TypeScript classes and create FullOutput, PartOutput, CreateInput, UpdateInput, GetInput, DeleteInput files

Primary LanguageC#

DtoGenerator

DtoGenerator converting entities to TypeScript classes and create FullOutput, PartOutput, CreateInput, UpdateInput, GetInput, DeleteInput files.

Installing

npm i -g entitytotsgenerator

Usage

cmd => GenerateDto -p "../Core/Entities/" -o "Desktop/GeneratedDtos"

Commands

  1. -o || --outputPath : The directory to save the dto files.
  2. -p || --path : It will create all Entities Dto from current folder.
  3. -f || --file : Specific file name.
  4. fulloutput : It will create FullOutPut.
  5. partoutput : It will create PartOutPut.
  6. createinput : It will create CreateInput.
  7. updateinput : It will create UpdateInput.
  8. getinput : It will create GetInput.
  9. deleteinput : It will create DeleteInput.