jneug / parboil

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

Make TEMPLATE argument for install optional #1

Closed jneug closed 3 years ago

jneug commented 3 years ago

The second argument to the install command could be made optional. The default should use the folder or repository name as a template name.

boil install my/tpl/dir

would than be used with the name dir:

boil use dir

The template argument could be moved to a -t option.

jneug commented 3 years ago

See 7cc444107a8c4c37126deccac7eec6e3694bd5c4