create-groot
v1.10.0
Published
🌱 Plant a bun-first Turborepo and grow it: web, mobile, API and Convex backend from one command.
Maintainers
Readme
create-groot
🌱 Plant a bun-first Turborepo and grow it — web (Next.js / SvelteKit), mobile (Expo), API (Elysia / Hono), and a Convex backend, scaffolded from official generators and stitched into one coherent bun workspace.
bun create groot my-app🏛️ v1.0 — stable.
groot initplants a complete workspace (web · mobile · API · backend),groot addgrows another scaffold into an existing one, andgroot doctorkeeps it healthy. The CLI surface — flags, exit codes, thegroot.jsonschema — is under a binding semver contract. Full contract in the CLI spec; browse everything on the docs site.
Prefer a standalone binary (no Bun needed to run the CLI)?
# Linux / macOS
curl -fsSL https://raw.githubusercontent.com/bloxy-studios/groot/main/install.sh | bash
# Windows (PowerShell)
powershell -c "irm https://raw.githubusercontent.com/bloxy-studios/groot/main/install.ps1 | iex"Full documentation, contribution guide, and security policy live in the groot repository.
MIT © Bloxy Studios
