create-workers-monorepo
v0.9.0
Published
Create a monorepo for Cloudflare Workers applications
Downloads
95
Maintainers
Readme
create-workers-monorepo
A CLI to bootstrap a monorepo for building Cloudflare Workers applications.

Usage
To create a new monorepo, run:
npm create workers-monorepo@latestThis 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.
