SamVerschueren / vscode-yo

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

One line scaffolding #40

Open tmds opened 8 years ago

tmds commented 8 years ago

Is it possible to support entering a one-liner to scaffold?

For example: yo aspnet:MvcController MyController

Currently I do

yo ENTER
aspnet ENTER
MvcController ENTER
MyController ENTER
SamVerschueren commented 8 years ago

This would be a nice feature. Currently I don't have the time to implement it so if you're in for a PR, more then welcome :).