jneug / parboil

:rice: Parboil lets you generate boilerplate projects from template files.
MIT License
0 stars 0 forks source link

Sub-templates #7

Closed jneug closed 3 years ago

jneug commented 3 years ago

It would be nice if projects could include other project templates during compilation. For example a "java-project" template could run a "license" template, the adds a license file to the project. The "python-project" template could reference the same "sub-template" to include a license.

At some point this would probably require some kind of dependency management? But for now the compilation process could just display a warning and continue on.