bub - Bub it. Build it.

Release Build status Commit activity License

Bub is a CLI tool that helps you build things, with AI.

Quick Start

# Set up your API key
export BUB_API_KEY="your-api-key-here"

# Start interactive chat
bub chat

# Run a single command
bub run "Create a hello world script"

# Get help
bub --help