@gavin-lynch/garden
v1.69.101
Published
Garden monorepo — single fat package: bundled CLI, partial SDK re-exports, templates, and generators. Built by scripts/npm-bundled-garden/publish.ts.
Readme
@gavin-lynch/garden (fat npm bundle)
This tarball is produced by the Garden monorepo (bun run scripts/npm-bundled-garden/publish.ts).
CLI
npx garden --help
# or
bunx garden --helpRequires Bun on PATH for the garden bin shebang (the bundle is emitted as Bun-oriented ESM).
Programmatic (partial SDK)
import { ast, architecture, timeSpace } from "@gavin-lynch/garden";Namespaces included: ast, architecture, architectureCore, architectureGarden, timeSpace.
The full CLI bundles the rest of the workspace (Nest, Prisma flows, etc.).
Project root
Set GARDEN_PROJECT_ROOT to your app root when running in a consumer repo if path heuristics mis-detect the tree.
