Monorepo for @timothygithinji/t-stack — a personal project bootstrapper that scaffolds, provisions, and deploys.
apps/
cli/ Published as @timothygithinji/t-stack on npm
web/ Stack builder UI (t-stack.timothygithinji.com/new)
packages/
schema/ Zod schema + meta-hint contract (single source of truth)
presets/ Preset metadata (id, description, templates list)
templates/ Handlebars template files
templating/ Shared rendering logic
bun install # installs everything
bun run build # turbo: build all packages
bun run dev # turbo: dev all packages
bun run test # turbo: test all packages
bun run typecheck # turbo: typecheck all packagesPer-package work: bun --filter @timothygithinji/t-stack <script>.
CLI docs live in apps/cli/README.md. Contributor docs in CONTRIBUTING.md.