SpencerCDixon/redux-cli

Use template-literal instead of EJS

Offen

#134 geöffnet am 07.01.2018

 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (63 Forks)batch import
2.0feature requesthelp wanted

Repository-Metriken

Stars
 (886 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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 😀

Contributor Guide