SamVerschueren / vscode-yo

Yeoman plugin for VS Code
MIT License
88 stars 15 forks source link

Implement conditional questions #2

Closed SamVerschueren closed 8 years ago

SamVerschueren commented 8 years ago

It's possible to only prompt for questions depending on the answer of other questions. This can be done with the when function.

At this moment, the when function is being ignored.