SpencerCDixon/redux-cli

Use template-literal instead of EJS

開放

#134 建立於 2018年1月7日

 (3 則留言) (0 個反應) (0 位負責人)JavaScript (63 個分叉)batch import
2.0feature requesthelp wanted

倉庫指標

星標
 (886 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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 😀

貢獻者指南