igniteram / protractor-cli

:dart: An Interactive command line interface & config helper for Protractor.js !
http://npm.im/protractor-cli
MIT License
14 stars 4 forks source link

Use template-literal instead of EJS #11

Open Drulac opened 6 years ago

Drulac commented 6 years ago

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 😀

igniteram commented 6 years ago

@Drulac I would definitely checkout your module in coming releases meanwhile I want to focus on key feature updates!