LinuxCommandLibrary

bun-pm-bin

Print the bin directory path

TLDR

Print local bin directory path

$ bun pm bin
copy
Print global bin directory path
$ bun pm bin -g
copy

SYNOPSIS

bun pm bin [-g]

DESCRIPTION

bun pm bin prints the path to the directory where package executables are installed. By default, it shows the local project's node_modules/.bin directory. With -g, it shows the global bin directory.

PARAMETERS

-g, --global

Print the global bin directory instead of local.

SEE ALSO

bun(1), bun-pm(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community