Getting Started

Get up and running with barkcli in 10 seconds.

1

Install barkcli

Install barkcli with a single command. No dependencies required.

curl -fsSL https://barkcli.vercel.app/install.sh | sh
2

Initialize your project

Run barkcli init in your project directory to create the .board directory.

barkcli init
3

Add your first task

Create a task with a title and optional priority.

barkcli add "Build login page" -p high
4

View your tasks

List all tasks grouped by column.

barkcli list
5

Move tasks through workflow

Move tasks across columns as you work.

barkcli move build-login-page doing

What's Next?