This repository contains the source code for the Base44 CLI — a command-line tool for creating, managing, and deploying Base44 apps.
Requires Bun installed locally.
bun install # Install dependencies
bun run build # Bundle to dist/
bun run test # Run tests
bun run dev # Run CLI in development mode
bun run lint # Lint and format checkFor full CLI documentation, see packages/cli/README.md.