petecoop / generator-express

An express generator for Yeoman, based on the express command line tool.
MIT License
814 stars 133 forks source link

Feature request - Opt out option for templating engine #107

Open ghost opened 9 years ago

ghost commented 9 years ago

Would be nice to have the option to just use standard HTML instead of having to choose Jade or EJS or anything. Planning on just serving an SPA via angular templates anyway and would prefer without another layer of abstraction/build step.

mikeerickson commented 8 years ago

@petecoop This would be beneficial for those who do most of their templating via Angular or React (among others). A simple static HTML setting would make good sense as well.