dotnet ef dbcontext scaffold "Data Source=(localdb)\MSSQLLocalDB;Initial Catalog=Northwind" Microsoft.EntityFrameworkCore.SqlServer --context-dir Data --output-dir Data --force
Default contains Northwind reverse engineered without any templates.
Data contains Northwind reverse engineered with the included templates.