mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-07 18:45:48 +00:00
18 lines
358 B
Plaintext
18 lines
358 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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]}}`
|