EntityFramework-Reverse-POCO-Code-First-Generator icon indicating copy to clipboard operation
EntityFramework-Reverse-POCO-Code-First-Generator copied to clipboard

Make a dotnet command

Open sjh37 opened this issue 5 years ago • 0 comments

Allow for this to be run using a dotnet command for .NET Core projects. That will allow you to generate from the command line, or a console application. The T4 code could even call the dotnet tool under the hood to do the heavy lifting, keeping the T4 template small. https://learn.microsoft.com/en-us/dotnet/core/tools/global-tools-how-to-create

sjh37 avatar May 10 '20 17:05 sjh37