companion-satellite
Satellite Streamdeck connector for Companion
파일 탐색기
- 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
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
yarn
설명 보기 ▼
yarn
JavaScript 및 Node.js 패키지 대체 관리자.
더 많은 정보: <https://yarnpkg.com/cli>.
yarn global add {{module_name}}
전역적으로 모듈 설치:
yarn install
`package.json` 파일에 참조된 모든 의존성을 설치 ( `install`은 선택 사항입니다):
yarn add {{module_name}}@{{version}}
모듈을 설치하고 `package.json` 파일에 대한 의존성으로 저장 (개발 전용 의존성으로 추가하려면 `--dev` 추가):
// repository documentation
Was this content helpful?
(0 ratings)
