raffaeleguidi / automato

A simple deployment automation library written in nodejs
0 stars 0 forks source link

Use template-literal instead of EJS #1

Open Drulac opened 6 years ago

Drulac commented 6 years ago

Template Literal is fastest, smallest and simplest template engine, because it use JS's literal template feature.

It's 55 times faster than EJS, and it also use less CPU and RAM ressources, so it may be a good idea to use it instead of EJS 😀

raffaeleguidi commented 6 years ago

Let's say that EJS has a largely wider user base - but! - as I understand you have some familiarity with Template Literal a contribution with a pluggable backend for templating would be much appreciated ;)