HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

bun pm ls — List installed dependencies and their versions. More information: <https://bun.com/docs/pm/cli/pm#ls

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandanddependenciesclitheirbun pm lslistinstalled

Problem

How to use the bun pm ls command: List installed dependencies and their versions. More information: <https://bun.com/docs/pm/cli/pm#ls>.

Solution

bun pm ls — List installed dependencies and their versions. More information: <https://bun.com/docs/pm/cli/pm#ls>.

List dependencies in the current project:
bun pm {{[ls|list]}}


List all transitive dependencies:
bun pm {{[ls|list]}} {{[-a|--all]}}

Code Snippets

List dependencies in the current project

bun pm {{[ls|list]}}

List all transitive dependencies

bun pm {{[ls|list]}} {{[-a|--all]}}

Context

tldr-pages: common/bun pm ls

Revisions (0)

No revisions yet.