LinuxCommandLibrary

bun-pm

Package manager utilities

TLDR

Show the bin directory path

$ bun pm bin
copy
List installed packages
$ bun pm ls
copy
Show package manager version
$ bun pm version
copy
Migrate from another package manager
$ bun pm migrate
copy

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

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community