Skip to content

Workspace Helper

Keep package versions in sync across your monorepo.

workspace-helper is a powerful CLI tool designed to help you manage dependencies in a monorepo environment. It ensures that your internal and external package versions are consistent across all your workspaces, preventing version mismatch errors and ensuring a stable build environment.

Features

  • Version Synchronization: Automatically sync dependency versions across multiple package.json files.
  • Conflict Resolution: Identify and resolve version conflicts between workspaces.
  • Interactive CLI: Easy-to-use terminal interface for managing packages.
  • Bulk Operations: Add, remove, or update packages across multiple workspaces simultaneously.
  • Workspace Scanning: Automatically detects workspaces in your monorepo.
  • Package Manager Detection: Works with npm, yarn, pnpm, and bun.

Getting Started

Visit the Get Started guide to learn how to install and use the tool.

License

MIT