@sightmap/sightmap-go
v0.1.0
Published
sightmap authoring toolkit — live browser capture, annotated component snapshots, and coverage (native binary, no Go toolchain required)
Readme
@sightmap/sightmap-go
npm thin-wrapper for sightmap — the sightmap authoring toolkit. Downloads the correct pre-built binary for your platform at install time. No Go toolchain required.
Usage
# Run without installing (one-off)
npx @sightmap/sightmap-go snapshot
# Install globally
npm install -g @sightmap/sightmap-go
sightmap snapshot
# Go users (builds from source)
go install github.com/sightmap/sightmap-go/cmd/sightmap@latestSkip download
Set SIGHTMAP_SKIP_DOWNLOAD=1 to bypass the binary download (e.g. in CI where you supply the binary yourself).
