exis_generate_plugin
Scaffold an idiomatic ExisJS plugin using definePlugin by providing a plugin name and target file path, generating standard boilerplate directly in your project.
Instructions
Scaffolds an idiomatic ExisJS Plugin using definePlugin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | The name of the plugin (e.g., MyPlugin). | |
| filePath | No | The path to the plugin file to create (e.g., src/plugins/my.plugin.ts). |