PentiaLabs / generator-helix

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

Feature/support for vendor prefix #70

Closed saberone closed 7 years ago

saberone commented 7 years ago

Requirements

Description of the Change

I added the option to add a "vendorprefix" to the projectname in Visual Studio and the unicorn folders.

The generator now also prompts for a vendorprefix and the LayerPrefixedProjectName will contain the prefix if it's not empty.

Benefits

WORLD DOMINATION

But seriously, it's makes it possible to have a better organised folder structure.

Possible Drawbacks

Users are being asked an additional question.

saberone commented 7 years ago

I agree with the squashing. What I find a bit strange, is that Github doesn't let the PR author write a squash suggestion as part of the PR.