Skip to content

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

Notifications You must be signed in to change notification settings

Valkyr-JS/StashPluginTemplate

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published