src/EFCore.Templates/README.md
The Microsoft.EntityFrameworkCore.Templates package contains T4 templates for scaffolding (reverse engineering) a DbContext and entity types from an existing database.
First, install the templates NuGet package:
dotnet new install Microsoft.EntityFrameworkCore.Templates
Next, can templates to your project:
dotnet new ef-templates
See Custom Reverse Engineering Templates for more information on using T4 templates with EF Core.
See Getting started with EF Core for more information about EF NuGet packages, including which to install when getting started.
If you encounter a bug or issues with this package,you can open an Github issue. For more details, see getting support.