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 | sh2
Initialize your project
Run barkcli init in your project directory to create the .board directory.
barkcli init3
Add your first task
Create a task with a title and optional priority.
barkcli add "Build login page" -p high4
View your tasks
List all tasks grouped by column.
barkcli list5
Move tasks through workflow
Move tasks across columns as you work.
barkcli move build-login-page doingWhat's Next?
- Commands Reference — Full list of all commands
- Interfaces — TUI, Web App, and CLI
- Code Context — Link code to tasks