TrackableEntities / EntityFrameworkCore.Scaffolding.Handlebars

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

Schema Foldering support #113

Closed JohnGoldInc closed 4 years ago

JohnGoldInc commented 4 years ago

Closes #111

tonysneed commented 4 years ago

In order to merge this PR, I will need you to sync your PR branch, since it is behind by several commits. Please follow the instructions in Item 15 to sync your fork from the Contributing Guidelines.

JohnGoldInc commented 4 years ago

@tonysneed should be good now

tonysneed commented 4 years ago

Did you force push your branch? I don't see any change in the history of your feature branch. The last 4 commits from the stream repo are missing.

JohnGoldInc commented 4 years ago

Sigh, I'll try again. git command line is not fun, need to download a better gui

tonysneed commented 4 years ago

With Git I have found that, because it was originally written as a command line tool, there are certain things which are turn out to be easier if you do them from the command line.

That said, I understand it is a learning process, especially some of the advanced techniques like interactive rebase.

For this PR, I can cherry pick your commit and just merge it to master.

tonysneed commented 4 years ago

Merged commit 9b447245.

JohnGoldInc commented 4 years ago

Thank You!