snippetbashTip
bun pm bin — Display the path to `bin` directories. More information: <https://bun.com/docs/pm/cli/pm#bin>.
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 binGet 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 binGet the path to the global `bin` directory
bun pm bin {{[-g|--global]}}Context
tldr-pages: common/bun pm bin
Revisions (0)
No revisions yet.