companion-satellite
Satellite Streamdeck connector for Companion
File Explorer
- docker-publish.yml2
- node.yaml
- release-please.yml
- update-builtin-modules.yaml
- update-nodejs.yaml
- update-rpi-os-image.yml
- dependabot.yml
- release-please-config.json
- pre-commit
- settings.json
- builtin-surface-modules.json
- nodejs-versions.json
- .gitignore
- main.js
- package.json
- yarn.lock
- .gitignore
- fixup-config.sh
- install.sh
- motd
- satellite-config
- satellite-edit-config
- satellite-help
- satellite-license
- satellite-update
- satellite.service
- satellitepi.pkr.hcl
- update.sh
- xencelabs-quick-keys-page.companionconfig
- satellite-bg.png
- satellite-center.png
- icon.json
- 50-satellite-desktop.rules
- 50-satellite.rules
- companion-satellite.desktop.in
- install.sh
- README
- icon.ico
- icon.png
- installer.nsh
- tray-offline.ico
- tray-offline.png
- tray.ico
- tray.png
- trayOfflineTemplate.png
- trayOfflineTemplate@2x.png
- trayTemplate.png
- trayTemplate@2x.png
- parser.test.ts
- client.ts
- parser.ts
- socketImplementations.ts
- openapi.ts
- SatelliteConfigFieldsSchema.ts
- SurfaceManifestSchema.ts
- cards.ts
- lib.ts
- locking.ts
- ipc-wrapper.ts
- process-kill.ts
- respawn.ts
- child-handler.ts
- entrypoint.ts
- host-context.ts
- ipc-types.ts
- aboutPreload.cts
- apiTypes.ts
- config.ts
- electron.ts
- electronPreload.cts
- electronUpdater.ts_
- fixup-pi-config.ts
- lib.ts
- logging.ts
- main.ts
- mdnsAnnouncer.ts
- node-path.ts
- rest.ts
- surface-manager.ts
- surface-plugin-loader.ts
- translateSchema.ts
- entitlements.mac.plist
- package.json
- tsconfig.build.json
- tsconfig.json
- build_electron.mts
- build_thread.mts
- dev_prepare.mts
- fetch_builtin_modules.mts
- fetch_nodejs.mts
- schema_compile.mts
- seed_builtin_module.mts
- tsconfig.json
- update_builtin_surface_modules.mts
- update_nodejs_versions.mjs
- update_rpi_os_image.mjs
- icon.png
- Context.tsx
- rest.ts
- types.ts
- App.tsx
- ConnectedSurfacesTab.tsx
- ConnectionConfig.tsx
- ConnectionStatus.tsx
- ConnectionTab.tsx
- constants.ts
- Content.tsx
- SurfacePluginsTab.tsx
- SurfacesRescan.tsx
- alert.tsx
- button.tsx
- card.tsx
- input.tsx
- label.tsx
- select.tsx
- switch.tsx
- table.tsx
- tabs.tsx
- NonIdealState.tsx
- utils.ts
- ErrorBoundary.tsx
- about.ts
- App.css
- electron.tsx
- main.tsx
- vite-env.d.ts
- .gitignore
- about.html
- components.json
- electron.html
- index.html
- package.json
- postcss.config.js
- README.md
- tsconfig.json
- tsconfig.node.json
- vite.config.ts
- .dockerignore
- .editorconfig
- .gitattributes
- .gitignore
- .node-version
- .nvmrc
- .prettierignore
- .prettierrc.json
- .release-please-manifest.json
- .yarnrc.yml
- CHANGELOG.md
- Dockerfile
- eslint.config.mjs
- LICENSE
- openapi.yaml
- package.json
- README.md
- tsconfig.json
- vitest.config.ts
- yarn.lock
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
yarn
View Details ▼
yarn
JavaScript and Node.js package manager alternative.
yarn global add {{module_name}}
Install a module globally:
yarn install
Install all dependencies referenced in the `package.json` file (the `install` is optional):
yarn add {{module_name}}@{{version}}
Install a module and save it as a dependency to the `package.json` file (add `--dev` to save as a dev dependency):
// repository documentation
Was this content helpful?
(0 ratings)
