A modern TypeScript monorepo managed with pnpm and TurboRepo.
Build all packages:
pnpm buildRun tests:
pnpm testLint and format:
pnpm lint
pnpm formatGenerate a new package in the monorepo:
pnpm run turbo:gen:initEnforce bundle size limits in Rollup, Vite, and tsdown builds with configurable thresholds and CI/CD integration
This project uses Changesets for version management and publishing.