@vibesdotdev/bin
v1.0.2
Published
Vibes CLI - the command-line interface for the Vibes platform
Readme
Vibes CLI
Published npm wrapper for the public vibes binary.
Installation
npm install -g @vibesdotdev/binOr with bun:
bun add -g @vibesdotdev/binUsage
The package downloads a platform-specific vibes binary during postinstall and exposes it through the package bin field.
Set VIBES_BINARY_MIRROR to override the release download base URL. The default
mirror is https://assets.vibes.dev/downloads/cli. The installer verifies the
download against SHA256SUMS.txt from the same mirror before completing.
To inspect the exact npm tarball before release:
npm run pack:dry-runTo publish from this package after npm auth is configured:
npm run publish:npmSee https://vibes.dev for documentation.
