Skip to content

Commit

Permalink
update plugin name / readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fcannizzaro committed Dec 25, 2023
1 parent a640573 commit 78cf98e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Elgato Distribution Tool (Rollup plugin)
# Stream Deck Package (Rollup plugin)

This plugin uses the [Elgato Distribution Tool](https://docs.elgato.com/sdk/plugins/packaging) to package a Stream Deck plugin.

## Usage

```typescript
import elgatoDistributionTool from "@fcannizzaro/rollup-elgato-distribution-tool";
import streamDeckPackage from "@fcannizzaro/rollup-stream-deck-package";

export default {
plugins: [
elgatoDistributionTool({
streamDeckPackage({
plugin: "./com.sample.plugin.sdPlugin",
}),
],
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@fcannizzaro/rollup-elgato-distribution-tool",
"name": "@fcannizzaro/rollup-stream-deck-package",
"version": "1.0.1",
"description": "Rollup plugin to create a distribution package for Elgato Stream Deck plguins",
"author": "Francesco Saverio Cannizzaro <fcannizzaro>",
"license": "MIT",
"repository": "https://github.com/fcannizzaro/rollup-elgato-distribution-tool",
"repository": "https://github.com/fcannizzaro/rollup-stream-deck-package",
"keywords": [
"rollup",
"rollup-plugin",
Expand Down

0 comments on commit 78cf98e

Please sign in to comment.