Skip to content

aube bin

  • Usage: aube bin [-g --global] [-w --workspace-root]
  • Effect: read-only

Print the path to node_modules/.bin

Flags

  • -g --global — Print the global bin directory instead of the project's

  • -w --workspace-root — Print the workspace-root bin directory instead of the current package's.

    Mirrors pnpm bin -w: from a sub-package, resolves the enclosing workspace root and prints its node_modules/.bin. No-op when no workspace root exists above cwd (single-project install), so the flag is safe to leave in shell aliases.

    Aliases: --workspace

  • -h --help — Print help

MIT LicensejdxCopyright © 2026 jdx.dev