showbridge
0.6.10
简单协议路由器
运行 • CLI 用法 • 配置文件 • 文档
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 及其内部工作原理的更多信息,请查看文档