Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Plop GeneratorNew to Visual Studio Code? Get it now.

Plop Generator

jpmartinez

|
537 installs
| (0) | Free
Generate files using plop templates
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Plop generator

Generate files using Plop.

Usage

Right click on the folder where you want to execute plop click Generate here with Plop select the generator and enter the data needed for the generation.

In order to use the current path option the plop configuration file must be present in the root of the workspace and it's name must be plopfile.js, the generator needs the following prompt

{
	type: 'input',
	name: 'destpath',
	message: 'This input must be in the prompts array'
}

At this point the extension only support input type prompts.

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft