bun-pm-ls

List installed packages

TLDR

List installed packages
$ bun pm ls
List all packages including nested dependencies
$ bun pm ls --all

SYNOPSIS

bun pm ls [options]

DESCRIPTION

bun pm ls lists packages installed in the current project. By default it shows top-level dependencies. Use --all to display the full dependency tree including transitive dependencies.This command is equivalent to bun list.

PARAMETERS

--all

Show all dependencies including nested.

INSTALL

sudo pacman -S bun
brew install bun
nix profile install nixpkgs#bun

SEE ALSO

bun(1), bun-pm(1), bun-list(1)

RESOURCES

Source code · Homepage · Documentation