{"id":21558660,"url":"https://github.com/ghostzero/streamdeck-own3dpro","last_synced_at":"2026-01-03T09:39:57.160Z","repository":{"id":227801064,"uuid":"633315530","full_name":"ghostzero/streamdeck-own3dpro","owner":"ghostzero","description":null,"archived":false,"fork":false,"pushed_at":"2023-04-27T08:33:29.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T10:47:35.265Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ghostzero.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-04-27T08:33:27.000Z","updated_at":"2023-04-27T08:33:33.000Z","dependencies_parsed_at":"2024-03-15T08:22:28.541Z","dependency_job_id":null,"html_url":"https://github.com/ghostzero/streamdeck-own3dpro","commit_stats":null,"previous_names":["ghostzero/streamdeck-own3dpro"],"tags_count":0,"template":false,"template_full_name":"elgatosf/streamdeck-plugin-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostzero%2Fstreamdeck-own3dpro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostzero%2Fstreamdeck-own3dpro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostzero%2Fstreamdeck-own3dpro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostzero%2Fstreamdeck-own3dpro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghostzero","download_url":"https://codeload.github.com/ghostzero/streamdeck-own3dpro/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244153327,"owners_count":20406995,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-24T08:15:31.286Z","updated_at":"2026-01-03T09:39:57.132Z","avatar_url":"https://github.com/ghostzero.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Stream Deck Plugin Template\n\nThe `Stream Deck Plugin Template` is a template to let you get started quickly when writing a JavaScript plugin for [Stream Deck](https://developer.elgato.com/documentation/stream-deck/). `Stream Deck Plugin Template` requires Stream Deck 6.0 or later.\n\n## Description\n\n`Stream Deck Plugin Template` is a complete plugin that shows you how to\n\n- load and save settings using Stream Deck's persistent store\n- setup and communicate with the Property Inspector\n- pass messages directly from Property Inspector to the plugin (and vice versa)\n- localize your Property Inspector's UI to another language\n\n## Features\n\n- code written in Javascript\n- cross-platform (macOS, Windows)\n- localization support\n- styled [Property Inspector](https://developer.elgato.com/documentation/stream-deck/sdk/property-inspector/) included\n- Property Inspector contains all required boilerplate code to let you instantly work on your plugin's code.\n\n## Quick Start Guide\n\nA short guide to help you get started quickly.\n\n### Clone the repo\n\n```git clone https://github.com/elgatosf/streamdeck-plugin-template```\n\n### Replace Name\n\nRename the folder as well as any references.\n\n`com.elgato.template` with `my.domain.plugin-name`\n\n### Get the latest library\n\nBe sure `.gitmodules` has been updated to match your new folder name `my.domain.plugin-name` and then pull the latest libraries.\n\n```git submodule init \u0026\u0026 git submodule update```\n\n### Start Coding\n\nYou can get started in app.js!\n\n```javascript\nconst myAction = new Action('com.elgato.template.action');\n\n/**\n * The first event fired when Stream Deck starts\n */\n$SD.onConnected(({ actionInfo, appInfo, connection, messageType, port, uuid }) =\u003e {\n  console.log('Stream Deck connected!');\n});\n\nmyAction.onKeyUp(({ action, context, device, event, payload }) =\u003e {\n  console.log('Your key code goes here!');\n});\n\nmyAction.onDialRotate(({ action, context, device, event, payload }) =\u003e {\n  console.log('Your dial code goes here!');\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghostzero%2Fstreamdeck-own3dpro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghostzero%2Fstreamdeck-own3dpro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghostzero%2Fstreamdeck-own3dpro/lists"}