Not sure if you got a chance to review the code. It's now more complete and generates poco and dbcontext. My experience didn't convince me that T4 is better than a self contained code gen because #1) T4 requires libraries to installed to GAC. #2) the indents and empty lines are very hard to get right. As a result, the template itself is hard to read.
Your feedback is appreciated. I will try out your code gen some time.
Your feedback is appreciated. I will try out your code gen some time.