Browser Client Monorepo
This repository can scaffold a filtered monorepo with only the browser clients you need:
pnpm run create -- <target-directory> --apps=admin,web,extension--appsaccepts any comma-separated subset ofadmin,web, andextension.- Every generated project keeps the shared
ui,eslint-config,typescript-config, andtypespackages. - App-specific workspace packages are copied only when the selected app needs them.
- Generated package manifests expand workspace catalogs to concrete package versions and try to resolve current npm
latestversions for Vite, Next.js, CRXJS, React, Tailwind, ESLint, TypeScript, Turborepo, and related tooling.