Skip to content

Commit 0b94237

Browse files
bun-{list, pm ls}: add pages (#19763)
Co-authored-by: Sebastiaan Speck <[email protected]>
1 parent 2e7803b commit 0b94237

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

pages/common/bun-list.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# bun list
2+
3+
> This command is an alias of `bun pm ls`.
4+
5+
- View documentation for the original command:
6+
7+
`tldr bun pm ls`

pages/common/bun-pm-ls.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# bun pm ls
2+
3+
> List installed dependencies and their versions.
4+
> More information: <https://bun.com/docs/pm/cli/pm#ls>.
5+
6+
- List dependencies in the current project:
7+
8+
`bun pm {{[ls|list]}}`
9+
10+
- List all transitive dependencies:
11+
12+
`bun pm {{[ls|list]}} {{[-a|--all]}}`

0 commit comments

Comments
 (0)