Skip to content

nbr41to/streamdeck-plugin-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stream Deck Plugin development

公式 Doc

https://docs.elgato.com/sdk/plugins/getting-started

充実しているように見えるが、欠陥だらけ

やったこと

テンプレートの clone

git clone https://github.com/elgatosf/streamdeck-plugintemplate

公式にはhttps://github.com/elgatosf/streamdeck-plugin-templateをコピーするとあるが,https://github.com/elgatosf/streamdeck-plugintemplateこちらが良さそう

Packaging

./DistributionTool -b -i ./Sources/com.elgato.template.sdPlugin -o Release

SymLink の追加

ln -s com.nbr41to.practice.sdPlugin ~/Library/Application\ Support/com.elgato.StreamDeck/Plugins/

削除したい場合

unlink ~/Library/Application\ Support/com.elgato.StreamDeck/Plugins/com.nbr41to.practice.sdPlugin

debag

defaults write com.elgato.StreamDeck html_remote_debugging_enabled -bool YES

http://localhost:23654/

About

A starting place for a new JavaScript Stream Deck plugin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.0%
  • CSS 35.5%
  • HTML 5.5%