scaffold_plugin
Generate a standard Pumpkin plugin boilerplate project configured for wasm32-wasip1. Provide a plugin name and absolute destination directory to start development quickly.
Instructions
Generates a standard boilerplate project for a Pumpkin plugin, configured for wasm32-wasip1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pluginName | Yes | The name of the plugin (e.g. 'my-cool-plugin') | |
| destinationDir | Yes | The absolute path where the plugin project should be created |