BaristaLabs / BaristaCore

BaristaCore is a framework for providing a serverless platform using ChakraCore and .Net Core
MIT License
28 stars 3 forks source link

Use handlebars instead of t4 #1

Closed Oceanswave closed 7 years ago

Oceanswave commented 7 years ago

t4 support is troublesome outside of Visual Studio (win). This PR changes the code file generation to use Handlebars templates instead of T4 templates.

Advantages:

Disadvantages: