vibecoding-cli
v0.1.1
Published
CLI for vibecoding.engineer — explore the vibe coding cosmos
Downloads
246
Maintainers
Readme
vcd — vibecoding.engineer CLI
Explore the vibe coding cosmos from your terminal.
Install
npm install -g vcdUsage
Read commands (no API key required)
vcd search react # Search projects
vcd get vibe-draw # Get project detail
vcd schema # Show API schema
vcd query '{"filters":{"project_type":["tools"]}}' # Structured queryWrite commands (API key required)
vcd submit https://example.com --name "My Project" --desc "Cool thing"
vcd claim my-project
vcd verify <claim-id>Config
vcd config set-key sk-your-api-key
vcd config get-key
vcd config clearAPI Key
Read commands work without a key (20 requests/day anonymous, 100/day with key).
Write commands require an API key:
- Email
[email protected]with subject "API Key Request" - Or run:
curl -X POST https://api.vibecoding.engineer/api/request-key \ -H "Content-Type: application/json" \ -d '{"email":"[email protected]"}'
Development
cd packages/vcd
npm install
npm run build
node dist/bin/vcd.js --help