Skip to main content

Crate vibe_kanban_cli

Crate vibe_kanban_cli 

Source
Expand description

Vibe Kanban CLI - Interactive terminal interface for Vibe Kanban.

This crate provides a terminal-based user interface for interacting with a Vibe Kanban server, allowing users to manage projects, tasks, workspaces, and git operations without needing the web UI.

Re-exports§

pub use api::VibeKanbanClient;
pub use app::App;

Modules§

api
API client for communicating with the Vibe Kanban server.
app
Application state and logic.
types
Type definitions that mirror the server API types.