SpencerCDixon/redux-cli

Use template-literal instead of EJS

Open

#134 建立於 2018年1月7日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)JavaScript (886 star) (63 fork)batch import
2.0feature requesthelp wanted

描述

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 😀

貢獻者指南

Use template-literal instead of EJS · SpencerCDixon/redux-cli#134 | Good First Issue