cornelius / inqlude

Command line client for independent Qt library archive
inqlude.org
GNU General Public License v2.0
31 stars 11 forks source link

Implement an option to render with an alternative template #49

Closed nanduni-nin closed 8 years ago

nanduni-nin commented 8 years ago

Add an option to inqlude view command to render alternative templates of the views inside a new folder temp_views. This can be used to implement the changes to the web site without making them to be used in production immediately.

cornelius commented 8 years ago

I think it would be better to have an actual command line option to select which templates to render. So the implementation would need to do the following:

Don't forget to write unit tests for the code you write and integration tests for the command line option.