EntityDtoHelper

Tool for extract Entity and Dto's from database tables.


Keywords
Entity, DTO, helper, code, generator, Tool
License
GPL-3.0
Install
Install-Package EntityDtoHelper -Version 1.0.0

Documentation

EntityDtoHelper

Tool for extract Entity and Dto's from database tables.

Install:

dotnet tool install --global EntityDtoHelper

Usage:

To start execute 'EntityDtoHelper' on powershell, cmd or bash.

Set a connection with -a or --add before executing -run , to see all stored connections use -l or --list

If the path was not set by -p , it will use the current path, to check the current path use -dir or -d

To run just type -r or --run and follow the instructions.

To exit the program type -e or --exit at the main menu or ctrl+c at any time.

Commands:

Run execution wizard:
 --run or -run <connection name>

Set Target Path:
 --path or -p <connection name>

Add Connection:
 --add or -a <connection name>

List saved connections:
 --list or -l

Remove saved connections:
 --rem or -rem <connection name>

 Get current dir:
     --dir or -d

 Program Version:
     --version or -v
 Help:
     --help or -h
 Exit:
     --exit or -e