jneug / parboil

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

Install source directly into template repository #2

Closed jneug closed 3 years ago

jneug commented 3 years ago

For a folder structure like this

root
    tpl1
    tpl2
    tpl3

it should be possible to install all templates in root into t he local template repository.

For example with

boil install -r root

wirh -r indicating that root is a directory of templates.

Afterward the templates tpl1, tpl2 and tpl3 should be available for use.

Problems: