Skip to content

Kelvysb/EntityDtoHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages