TrackableEntities / EntityFrameworkCore.Scaffolding.Handlebars

Scaffold EF Core models using Handlebars templates.
MIT License
209 stars 53 forks source link

Exclude tables, Use embedded templates, Supply TemplateData #88

Closed tonysneed closed 4 years ago

tonysneed commented 4 years ago

We are using this Scaffolding with microservices, and as part of that we needed a few additional capabilities. These have been added as below:

Ability to exclude tables by name or schema and name from scaffolding Ability to embed handlebar templates in an assembly that can be added to many projects Ability to pass in global TemplateData for use within any template Options changed to class to support additional settings

Replaces #55 by @greggbjensen.

tonysneed commented 4 years ago

The features are now ready for prime time. I will include in the v3.5 release. Sorry it took so long for me to devote time to this. This will please @cyberknet. :) Thank you @greggbjensen!