1.0.4 • Published 4 months ago

@fcannizzaro/rollup-stream-deck-package v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Stream Deck Package (Rollup plugin)

This plugin uses the Elgato Distribution Tool to package a Stream Deck plugin.

Usage

import streamDeckPackage from "@fcannizzaro/rollup-stream-deck-package";

export default {
  plugins: [
    streamDeckPackage({
      plugin: "./com.sample.plugin.sdPlugin",
    }),
  ],
};

Options

  • plugin path to plugin folder (.sdPlugin)

  • output path to output folder (default: ./)

License

MIT

1.0.2

4 months ago

1.0.4

4 months ago

1.0.3

4 months ago

1.0.1

4 months ago