PentiaLabs / generator-helix

Generate Helix compliant solutions with Yeoman.
MIT License
40 stars 22 forks source link

fixes #2 - add template functionality for adding projects #54

Closed Hafeok closed 7 years ago

Hafeok commented 7 years ago

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.

TakeitEasyAlan commented 7 years ago

@Hafeok will accept that changes when you add the documentation explaining how this should be used :-)

Hafeok commented 7 years ago

@TakeitEasyAlan now there is documentation as well :)