@fcannizzaro/rollup-stream-deck-package
v1.0.4
Published
Rollup plugin to create a distribution package for Elgato Stream Deck plguins
Downloads
2
Maintainers
Readme
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