Linux command
bun-pm-ls 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
List installed packages
bun pm ls
List all packages
bun pm ls --all
说明
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.
参数
- --all
- Show all dependencies including nested.
FAQ
What is the bun-pm-ls command used for?
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.
How do I run a basic bun-pm-ls example?
Run `bun pm ls` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --all do in bun-pm-ls?
Show all dependencies including nested.