SpencerCDixon/redux-cli

Use template-literal instead of EJS

Open

#134 opened on Jan 7, 2018

View on GitHub
 (3 comments) (0 reactions) (0 assignees)JavaScript (63 forks)batch import
2.0feature requesthelp wanted

Repository metrics

Stars
 (886 stars)
PR merge metrics
 (No merged PRs in 30d)

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 😀

Contributor guide