Skip to docs content

scpm bin

  • Usage: scpm bin [-g --global]

Print the path to node_modules/.bin

Flags

-g --global

Print the global bin directory instead of the project's

Examples:

$ scpm bin /home/user/project/node_modules/.bin

$ scpm bin -g /home/user/.local/share/scpm/global/node_modules/.bin

Extend PATH with the project bin directory

$ export PATH="$(scpm bin):$PATH"