PentiaLabs / generator-helix

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

Corrected vendor prefix #105

Closed TakeitEasyAlan closed 7 years ago

TakeitEasyAlan commented 7 years ago

The vendor should not be stored, as then it is not possible to reset to empty.

fixes #103

Requirements

Description of the Change

After specifying a vendor it should be possible to create a module without a vendor being specified, but when store is set to true if you enter nothing it will default to the last specified vale.

Benefits

can create a module without a vendor prefix, and have no empty dot!!!

Possible Drawbacks

If you want to create a module with a vendor you have to enter it each time.