according to docs a template can by used by using the -t option.
the script tries to read out a template argument.
So I adjusted the code to use both, either --template=classic or -t classic
also a bit of refactoring to startTemplateGenerator with a given template...
and getTemplate was returning the name if given a template, and a path if you chose one through the CLI
depends on and includes #41
according to docs a template can by used by using the -t option. the script tries to read out a
template
argument.So I adjusted the code to use both, either
--template=classic
or-t classic
also a bit of refactoring to startTemplateGenerator with a given template... and getTemplate was returning the name if given a template, and a path if you chose one through the CLI