File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1- # Elgato Distribution Tool (Rollup plugin)
1+ # Stream Deck Package (Rollup plugin)
2+
3+ This plugin uses the [ Elgato Distribution Tool] ( https://docs.elgato.com/sdk/plugins/packaging ) to package a Stream Deck plugin.
24
35## Usage
46
57``` typescript
6- import elgatoDistributionTool from " @fcannizzaro/rollup-elgato-distribution-tool " ;
8+ import streamDeckPackage from " @fcannizzaro/rollup-stream-deck-package " ;
79
810export default {
911 plugins: [
10- elgatoDistributionTool ({
12+ streamDeckPackage ({
1113 plugin: " ./com.sample.plugin.sdPlugin" ,
1214 }),
1315 ],
Original file line number Diff line number Diff line change 11{
2- "name" : " @fcannizzaro/rollup-elgato-distribution-tool " ,
2+ "name" : " @fcannizzaro/rollup-stream-deck-package " ,
33 "version" : " 1.0.1" ,
44 "description" : " Rollup plugin to create a distribution package for Elgato Stream Deck plguins" ,
55 "author" : " Francesco Saverio Cannizzaro <fcannizzaro>" ,
66 "license" : " MIT" ,
7- "repository" : " https://github.com/fcannizzaro/rollup-elgato-distribution-tool " ,
7+ "repository" : " https://github.com/fcannizzaro/rollup-stream-deck-package " ,
88 "keywords" : [
99 " rollup" ,
1010 " rollup-plugin" ,
You can’t perform that action at this time.
0 commit comments