- ✅ typescript
- ✅ turborepo
- ✅ pnpm
git clone https://github.com/ts-monorepo/basic.git basic-monorepo
cd basic-monorepo
pnpm install
pnpm ready # install git hookspnpm devpnpm testpnpm build# update all depencenies
pnpm up --latest && pnpm up -r --workspaceapps:
apps/hello
Common config packages:
config/ts-configconfig/eslint-configconfig/test-configfor pure ts testing, support decoratorsconfig/vitest-configfor react testing
- Make it easy to sync the template