snippetbashTip
bun pm ls — List installed dependencies and their versions. More information: <https://bun.com/docs/pm/cli/pm#ls
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.