SpencerCDixon/redux-cli

Use template-literal instead of EJS

Open

#134 ouverte le 7 janv. 2018

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)JavaScript (886 stars) (63 forks)batch import
2.0feature requesthelp wanted

Description

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 😀

Guide contributeur