aube bin
- Usage:
aube bin [-g --global]
Print the path to node_modules/.bin
Flags
-g --global
Print the global bin directory instead of the project's
Examples:
$ aube bin /home/user/project/node_modules/.bin
$ aube bin -g /home/user/.local/share/aube/global/node_modules/.bin
Extend PATH with the project bin directory
$ export PATH="$(aube bin):$PATH"