Skip to content

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

Notifications You must be signed in to change notification settings

bsogulcan/DtoGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages