Adds a context menu for easily generating files using scaffs (scaffolding template system)
Install from the VS Code Marketplace or run the command (ctrl/⌘ + P): ext install scaffs-vscode
Examples
The gifs below show a simple example of scaffolding basic project from using the angular scaff from the @scaffs registry. This particular example is angular, but scaffs can be created for anything.
Create Module
Create Component
Create Service
Create Pipe
Settings
The extension uses the scaffs npm module which reads from the .scaffs-config.json in the root of your project. For more details see the scaffs documentation.