SpencerCDixon/redux-cli

Use template-literal instead of EJS

Open

Aperta il 7 gen 2018

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)JavaScript (886 star) (63 fork)batch import
2.0feature requesthelp wanted

Descrizione

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 😀

Guida contributor