bun-pm-bin: add page (#19757)

This commit is contained in:
Sahil Afrid Farookhi
2025-12-06 20:48:59 -06:00
committed by GitHub
parent 0b9423724a
commit 8dcd69643b
+12
View File
@@ -0,0 +1,12 @@
# bun pm bin
> Display the path to `bin` directories.
> More information: <https://bun.com/docs/pm/cli/pm#bin>.
- Get the path to the local project's `bin` directory:
`bun pm bin`
- Get the path to the global `bin` directory:
`bun pm bin {{[-g|--global]}}`