vibe-queue
v1.0.2
Published
Vibe Queue - A powerful CLI task manager and execution engine
Maintainers
Readme
⚡️ Vibe Queue
Vibe Queue is a high-performance task management and execution engine. It pairs a powerful CLI runner with a real-time visual dashboard to streamline modern developer workflows.
🚀 Quick Start
Install
npm install -g .Launch
vibeqDashboard available at http://localhost:3000
✨ Features
- Live Monitoring: Real-time process tracking and log streaming.
- TS Native: On-the-fly TypeScript compilation via
esbuild-wasm. - Remote Ready: Automatic network discovery for cross-device testing.
- Secure: Integrated self-signed certificate generation for HTTPS.
⚙️ Configuration
Vibe Queue uses files in the .vibe-queue/ directory:
queue.yaml: Instruction sets for the AI execution engine.tasks.jsonc: Interactive task definitions and scripts.
Environment Variables (.env):
| Variable | Description | Default |
| :--- | :--- | :--- |
| VIBE_QUEUE_PORT | Dashboard port | 3000 |
| VIBE_QUEUE_HTTPS | Enable HTTPS | false |
🛠️ Development
npm start: Full system (Server + Runner)npm run lint: TypeScript type checks
Built with ❤️ by Vilokan Labs
