A template for creating plugins for Stash using the native plugin API.
- Run
npm installto install dependencies. - Update the
pluginIDinwebpack.common.js. - Update
./src/source.ymlwith your plugin details. - Delete the
settingssection from./src/source.ymlif you don't plan to allow your user to configure the plugin.
| Script | Description |
|---|---|
build |
Generates a minified production bundle using Webpack. |
dev |
Generates a development bundle using Webpack. |
start |
Same as watch. |
watch |
Generates a development bundle using Webpack and watches for changes. |