TrackableEntities / EntityFrameworkCore.Scaffolding.Handlebars

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

Ability to exclude tables, use embedded templates, and supply TemplateData #55

Closed greggbjensen closed 4 years ago

greggbjensen commented 5 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:

tonysneed commented 5 years ago

Thanks — I look forward to looking at this!

cyberknet commented 5 years ago

Any movement on this one? I'd really love to see the option to exclude tables come to fruition. I have just a couple of tables that need to be excluded, and currently a long list of -t on the command line as a result :) I see that the branch now has conflicts - do you need help cleaning the conflicts up, or is there more this is waiting on to be merged?

tonysneed commented 5 years ago

Sorry, I must have missed this one. I'll be sure to have a look and, if it looks good, merge into the next release.

tonysneed commented 4 years ago

Replaced by #88, which resolves merge conflicts.