Skip to content

itslenny/scaffs-vscode

Repository files navigation

Scaffs-vscode

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

Basic scaffs usage

Create Component

Create component

Create Service

Create service

Create Pipe

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.

Additional resources

Issues

Issues are tracked on github scaffs-vscode issues.