pacwich: The Official Launch
I'm the developer of bun-workspaces, a package for monorepo tooling that works with Bun's workspaces.
In deciding to support npm and pnpm as package managers as well, bun-workspaces's name became obviously
inappropriate if I were to continue development.
With that, I'm introducing pacwich! This is the official continuation
of bun-workspaces with multi-package-manager support.
pacwich is built from bun-workspaces's core and is mostly backwards compatible.
If you're an existing user, you can use the official migration guide
and explore the docs, which have enhanced LLM integrations as well.
Read on to learn more about my motivations and strategy for the pivot.
# Global install with your preferred package manager
# The pacwich command will use a local install if available
bun add -g pacwich
pnpm add -g pacwich
npm install -g pacwich
# Local install in your project
bun add -d pacwich
pnpm add -D pacwich
npm install -D pacwich
