showbridge
0.6.10
단순 프로토콜 라우터 /s
실행 • CLI 사용 • 구성 파일 • Docs
npm install -g @showbridge/cli
showbridge -c config.json
npx @showbridge/cli@latest -c config.json
-h
플래그를 사용하십시오.npm install && npm run install:all
cd cli && npm run start -- -c config.json
cd launcher
npm run start
Usage: @showbridge/cli [options]
Simple protocol router /s
Options:
-V, --version output the version number
-c, --config <path> location of config file
-v, --vars <path> location of file containing vars
-w, --webui <path> location of webui html to serve
--disable-action <action-type...> action type(s) to disable
--disable-protocol <protocol-type...> protocol type(s) to disable
--disable-trigger <trigger-type...> trigger type(s) to disable
--disable-transform <transform-type...> transform type(s) to disable
-l, --log-level <level> log level (choices: "trace", "debug", "info", "warn", "error", "fatal", default: "info")
-h, --help display help for command
Showbridge 라우터의 구성은 JSON 구성 파일에 의해 완전히 제어됩니다. 이 파일은 손으로 만들거나 런처에 포함된 웹 인터페이스를 통해 편집할 수 있습니다. 라우터는 잘못된 구성 파일로 시작되지 않습니다. 나는 수반되는 내용에 대한 일반적인 아이디어를 얻기 위해 살펴볼 몇 가지 시작/예제 구성을 제공합니다.
자원
Showbridge 및 내부 작동에 대한 자세한 내용은 설명서를 확인하세요.