The requirement is as specified in issue #2 that we need a way to have solution specific files for being added on the add project generator.
Description of the Change
This introduces the convention that anything added under the folder helix-template folder is also copied when creating a new project. Its being copied using copyTpl so that people can use the variables from the yeoman generator.
Benefits
The benefits is that people can easily extend the generator to suit their specific solution without having to modify core functionality.
Possible Drawbacks
This might introduce complexity that can make debugging issues with the generator harder.
Requirements
The requirement is as specified in issue #2 that we need a way to have solution specific files for being added on the add project generator.
Description of the Change
This introduces the convention that anything added under the folder helix-template folder is also copied when creating a new project. Its being copied using copyTpl so that people can use the variables from the yeoman generator.
Benefits
The benefits is that people can easily extend the generator to suit their specific solution without having to modify core functionality.
Possible Drawbacks
This might introduce complexity that can make debugging issues with the generator harder.