SamVerschueren / vscode-yo

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

Extensibility: building on top of this package. #47

Open balajikris opened 7 years ago

balajikris commented 7 years ago

Is this project available as an npm package and does it support some sort of command extensibility?

I am tinkering with an idea to generate project scaffolding as one liner (similar to https://github.com/SamVerschueren/vscode-yo/issues/40). E.g: aspnet new (instead of yo, aspnet, console app)

ofcourse, such simple verbs may not encompass all the wide range of template options, but for my use case I'm happy with these terse one liners.

so, i was wondering if i could somehow add this package as a dependency and extend on top of this? Would uploading to npm as a package work for you in that case?

SamVerschueren commented 7 years ago

Thanks for your interest @balajikris !

I guess #7 would be interesting for you. I don't think publishing this to npm would help you in any way. I don't think it's possible to extend extension for VS Code, might be wrong here.