Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://garann.github.io/template-chooser/

Tool to help select the right template engine for a project.
https://garann.github.io/template-chooser/

Last synced: about 1 month ago
JSON representation

Tool to help select the right template engine for a project.

Awesome Lists containing this project

README

        

# HELLO FRIENDS.

This project is no longer being updated for the following reasons:
- The sorting options need an overhaul to be more relevant to the way JS templates are currently used (e.g., parsing speed matters very little in a real-world app where templates should be compiled on the server)
- A standard of popularity, longevity, or both needs to be applied to sort viable options from things someone built for themself and made open source as an afterthought
- __Many of the most currently popular template engines come bundled with a larger framework and cannot be examined on their own__

I don't recommend you use this to decide which stand-alone templating solution will meet your needs, because in most cases it's likely your needs would be better met by a framework wrapping templating with additional functionality.