HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

bun pm bin — Display the path to `bin` directories. More information: <https://bun.com/docs/pm/cli/pm#bin>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandpathdirectoriesclibinbun pm bindisplay

Problem

How to use the bun pm bin command: Display the path to bin directories. More information: <https://bun.com/docs/pm/cli/pm#bin>.

Solution

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]}}

Code Snippets

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]}}

Context

tldr-pages: common/bun pm bin

Revisions (0)

No revisions yet.