genericallyloud / ludomatic5000

This is a simple tool which can help rapidly prototype cards/tiles/chits for board/card games. It uses csv files to import data, and jade templates to generate html from them. Finally, it uses wkhtmltopdf to generate pdfs which can be printed.
MIT License
5 stars 2 forks source link

Add support for mustache templates as an alternative to jade #11

Closed genericallyloud closed 8 years ago

genericallyloud commented 9 years ago

Jade templates have a lot of great features which are useful for more advanced designs, but are definitely not as easy to understand as the very simple mustache template language. Including support for mustache by default would go a long way to demoing well and getting a broader reach.

KevinGreene commented 8 years ago

I think this is done, can this be closed?