Skip to docs content

scpm link

  • Usage: scpm link [-g --global] [PACKAGE]
  • Aliases: ln

Link a local package globally, or into the current project

Arguments

[PACKAGE]

Package name, or path to a local directory

Flags

-g --global

Register into (or resolve from) the global link registry.

The registry lives at $SCPM_HOME/global-links. Default behavior for bare scpm link / scpm link <name> — the flag exists for pnpm parity and makes the intent explicit.