Better PM follows semantic versioning. Breaking changes are highlighted with warnings.
Version History
v0.3.3 (Latest)
v0.3.3 (Latest)
Patch Changes
Automatic script passthroughUnknown CLI commands now automatically pass through as
pm run <script>, eliminating the need to explicitly type pm run for package scripts.Auto-parse pasted package manager commands in
pm add. Copy commands from READMEs and paste them directly:Added
-y alias for --sure flag and interactive root install prompt for better UX.Commits: 3cdcb90, 6275e01, ab53453v0.3.2
v0.3.2
v0.3.1
v0.3.1
v0.3.0
v0.3.0
Minor Changes
New proxy commandsAdded several package manager proxy commands for a unified CLI experience:
pm link— Link packages across workspacespm ls— List installed dependencies (maps topnpm ls,bun pm ls,npm ls)pm run— Run package scriptspm unlink— Unlink previously linked packagespm up/pm update— Update dependencies with-iand--latestflag forwardingpm why— Show why a package is installed (pnpm/bun only, unsupported for npm)pm x— Execute packages (maps topnpx,bunx,npx)
Patch Changes
Performance optimizationMoved PackageManagerLayer to individual commands to avoid unnecessary package manager detection for commands that don’t need it.Commits: a2243e4, ff4eb5e, a01d51d, 1e5c056, 45f62d1, 8e9f75f, 539d159, d0986cb, 3c38a20
v0.2.1
v0.2.1
v0.2.0
v0.2.0
Minor Changes
Workspace navigation commandsAdded
pm cd, pm ls, and pm activate commands for seamless workspace package navigation:Added
pm install as an alias for pm i command for users who prefer the explicit form.Patch Changes
Better install feedbackShow what command is running during install operations for better visibility.Commits: 8dc8f78, 9ee88f5, cbf6554
v0.1.1
v0.1.1
Patch Changes
Dependency management commandsAdded
pm add and pm remove commands for managing dependencies:Added npm package manager support alongside existing pnpm and bun support.Filter behavior change
Stopped auto-appending
... to filter values in pm i -F for more explicit control.Commits: 057d222, fb71ac6, 251fe73v0.1.0
v0.1.0
Minor Changes
Initial releaseIntroduced the
pm i command with monorepo-aware installation:- Automatic package detection in workspace directories
- Scoped installs by default to avoid full-monorepo installations
- Warning prompts when installing from monorepo root
- Support for pnpm and bun package managers
Release Links
View full release notes and downloads on GitHub Releases.Want to contribute? Check out our Contributing Guide to get started.