- Node.js >= 20
- pnpm >= 9
- @biomejs/biome
- @changesets/cli
Creating a repository from a template
- clone this repo.
git clone git@github.com:KyrieLii/pnpm-workspace-template.git your-project-name
- reset and init git
rm -rf .git && git init --initial-branch=main