Scaffold projects using Yeoman.
This project is forked from the https://github.com/SamVerschueren/vscode-yo project upstream.
Inside VS Code, press F1
or Ctrl+Shift+P
to bring up the Command Palette, and type Generate Yeoman
or just Yo
and hit Enter. Other option is to execute Generate Yeoman
from any folder context menu. You will be presented with a list of Yeoman generators that are installed and available for use. Once you select a generator, answer each of the questions it prompts for to complete the process.
The plugin also supports sub-generators. If a plugin has multiple generators, a list with all the available generators will pop-up. The default generator is marked by a ★.
- Node.js
- npm
- Yeoman
- A Yeoman generator of choice
There are several places we would like to improve this Yeoman extension going forward, including improving validation in the Command Palette input box, and potentially installing new Yeoman generators directly. However, we see a working extension as the first step!
If you like this tool, be sure to let us know! We’d love to hear what features you might want to see next as we continue to expand its capabilities.
MIT © Sam Verschueren for initial code at https://github.com/SamVerschueren/vscode-yo
MIT © bfitzpat