Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 899 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 899 Bytes

Stash Plugin Template

A template for creating plugins for Stash using the native plugin API.

First steps

  1. Run npm install to install dependencies.
  2. Update the pluginID in webpack.common.js.
  3. Update ./src/source.yml with your plugin details.
  4. Delete the settings section from ./src/source.yml if you don't plan to allow your user to configure the plugin.

Scripts

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.