Siteboss CLI
Siteboss is the end-user CLI for installing and running WebAssembly components.
Installation
macOS / Linux:
$
curl -sSL https://registry.buildeverything.ai/install.sh | sh -s -- both
Windows (PowerShell):
PS>
iex "& { $(irm https://registry.buildeverything.ai/install.ps1) } -Tool both"
Installing Components
$
siteboss install test/qr-generator:v1.0.0
Running Components
$
siteboss run test/qr-generator