Scott Morse

@scottmorsecode.bsky.social

Software Engineer - Open Source (author of pacwich) Get updates from me on my open source projects here! pacwich is an open source package for managing monorepos in Bun, with a CLI and TypeScript API.

The pacwich docs sport a web-based CLI demo now! I had this for the predecessor package bun-workspaces that was backed by a Bun server, but now the pacwich CLI runs fully client-side with NodeJS shims, a much nicer approach. See it at pacwich.dev

Bild

pacwich.dev pacwich now has shell completions for bash, zsh, and fish! The CLI also added a 𝚌𝚘𝚗𝚏𝚒𝚐 𝚍𝚎𝚋𝚐 command to more easily view the resolved JSON of your project/workspace configuration without needing the TypeScript API, if using pacwich's optional config files.

Bild

Introducing pacwich, monorepo tooling on top of Bun, npm, or pnpm! This continues and is mostly backwards compatible with my bun-workspaces package, which only integrated with Bun. Docs: pacwich.dev Blog post: smorsic.io/blog/pacwich... Migration guide: pacwich.dev/intro/bun-wo...

pacwich — Monorepo tooling for Bun, npm, and pnpm workspaces | Documentation

Monorepo tooling that works on top of Bun, npm, and pnpm workspaces, with a CLI and TypeScript API.

pacwich.dev