New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@gcpreston/swb

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gcpreston/swb

A simple CLI for slippi-web-bridge.

latest
Source
npmnpm
Version
0.1.14
Version published
Maintainers
1
Created
Source

swb

Forward live Slippi data to a web interface.

oclif Version Downloads/week

  • Usage
  • Commands

Usage

$ npm install -g @gcpreston/swb
$ swb COMMAND
running command...
$ swb (--version)
@gcpreston/swb/0.1.14 darwin-arm64 node-v23.10.0
$ swb --help [COMMAND]
USAGE
  $ swb COMMAND
...

Commands

swb start

Start the web bridge. Connects to a relay which by default is located at wss://spectator-mode.fly.dev/bridge_socket/websocket.

USAGE
  $ swb start [--sink <value>]

FLAGS
  --sink=<value>

DESCRIPTION
  Start the web bridge. Connects to a relay which by default is located at
  wss://spectator-mode.fly.dev/bridge_socket/websocket.

EXAMPLES
  $ swb start

  $ swb start --sink ws://localhost:4000/bridge_socket/websocket

See code: src/commands/start.ts

swb start

Start it

USAGE
  $ swb start

DESCRIPTION
  Start it

EXAMPLES
  TODO :)

See code: src/commands/start.ts

swb help [COMMAND]

Display help for swb.

USAGE
  $ swb help [COMMAND...] [-n]

ARGUMENTS
  COMMAND...  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for swb.

See code: @oclif/plugin-help

Keywords

oclif

FAQs

Package last updated on 08 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts