A minima template sample for CAZ.
A minimum template repository only needs to have a template
folder in which all template files should be placed.
Only <%= name %>
interpolation is available in the template file:
<%= name %>
// => output project name
// or es2015 template literals
${ name }