enhancementgood first issue
Description
I was stuck for a while trying to get addMany to work, my issues turned out to be a minor typo in a property name. templateFile should have been templateFiles.
action:
{
type: 'addMany',
destination: 'generated/{{name}}',
base: 'templates',
templateFile: 'templates/base/**/*'
}
error message:
✖ +! You must pass a string or Handlebars AST to Handlebars.compile. You passed undefined
It would have saved me a headache if the error had informed me that I didn't have the required property templateFiles