A CLI to bootstrap a monorepo for building Cloudflare Workers applications.
To create a new monorepo, run:
npm create workers-monorepo@latest
This will scaffold a new monorepo based on github.com/jahands/workers-monorepo-template.
Note: The created monorepo uses pnpm
workspaces. After creating your monorepo, ensure you have pnpm
version 10 or higher installed.
For more info, see pnpm.io/installation.