We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b94237 commit 8dcd696Copy full SHA for 8dcd696
pages/common/bun-pm-bin.md
@@ -0,0 +1,12 @@
1
+# bun pm bin
2
+
3
+> Display the path to `bin` directories.
4
+> More information: <https://bun.com/docs/pm/cli/pm#bin>.
5
6
+- Get the path to the local project's `bin` directory:
7
8
+`bun pm bin`
9
10
+- Get the path to the global `bin` directory:
11
12
+`bun pm bin {{[-g|--global]}}`
0 commit comments