Skip to content

Commit 78cf98e

Browse files
committed
update plugin name / readme
1 parent a640573 commit 78cf98e

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
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

810
export default {
911
plugins: [
10-
elgatoDistributionTool({
12+
streamDeckPackage({
1113
plugin: "./com.sample.plugin.sdPlugin",
1214
}),
1315
],

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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",

0 commit comments

Comments
 (0)