bun-pm
Package manager utilities
TLDR
Show the bin directory path
$ bun pm bin
List installed packages$ bun pm ls
Show package manager version$ bun pm version
Migrate from another package manager$ bun pm migrate
SYNOPSIS
bun pm subcommand [options]
DESCRIPTION
bun pm provides package manager utilities for managing dependencies and package configuration. It offers commands for inspecting installations, migrating projects, and managing package.json.
SUBCOMMANDS
bin
Print the path to the bin folder.ls
List installed packages.version
Print the package manager version.migrate
Migrate from npm or yarn to Bun.pkg
Manage package.json fields.
SEE ALSO
bun(1), bun-install(1), bun-pm-ls(1)
