npm.io
0.1.2 • Published 20h agoCLI

@amirhosseinnateghi/vibed-cli

Licence
MIT
Version
0.1.2
Deps
0
Size
547 kB
Vulns
0
Weekly
0

@amirhosseinnateghi/vibed-cli — vibed

Make it vibed: check, bundle, and publish a project to vibed as a single self-contained HTML Experience.

vibed check [path]     # can this project be vibed? (no network/auth)
vibed login            # authenticate this machine (device flow, browser approve)
vibed publish [path]   # bundle + publish → prints the URL
vibed whoami | logout

Flags: --api <url> (or VIBED_API), --entry <file>, --no-build, --title, --caption, --category, --tags a,b, --unlisted, --no-remix, --yes, --json.

See docs/connector.md for the full guide (login flow, what "vibeable" means, agent/AGENTS.md integration). The bundler reuses @vibed/sandbox so vibed check applies the exact server-side rules.

Dev

pnpm --filter @amirhosseinnateghi/vibed-cli build     # → dist/index.js (bundled, standalone)
pnpm --filter @amirhosseinnateghi/vibed-cli test      # bundler unit tests
pnpm --filter @amirhosseinnateghi/vibed-cli dev -- check ./some-project