DtoGenerator converting entities to TypeScript classes and create FullOutput, PartOutput, CreateInput, UpdateInput, GetInput, DeleteInput files.
npm i -g entitytotsgenerator
cmd => GenerateDto -p "../Core/Entities/" -o "Desktop/GeneratedDtos"
- -o || --outputPath : The directory to save the dto files.
- -p || --path : It will create all Entities Dto from current folder.
- -f || --file : Specific file name.
- fulloutput : It will create FullOutPut.
- partoutput : It will create PartOutPut.
- createinput : It will create CreateInput.
- updateinput : It will create UpdateInput.
- getinput : It will create GetInput.
- deleteinput : It will create DeleteInput.