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

Support custom file locations if specified #14

Open jchaffer opened 9 years ago

jchaffer commented 9 years ago

The components array should allow individual components to override the location/name of the data, template, or style file used for that component.