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

Organize output directory #12

Open jchaffer opened 9 years ago

jchaffer commented 9 years ago

Rather than out.pdf and an out/ directory, for multi-component projects there should be a single output directory containing PDFs and/or subdirectories named after each component.

genericallyloud commented 9 years ago

Are you thinking something like: out/comp1/comp1.pdf out/comp2/comp2_01.png...

jchaffer commented 9 years ago

Exactly.