0.2.5 • Published 3 years ago

@pubbo/link v0.2.5

Weekly downloads
12
License
MIT
Repository
github
Last release
3 years ago

@pubbo/link

Symlink together all packages that are dependencies of each other

Install lerna for access to the lerna CLI.

Usage

$ lerna link

Symlink together all Lerna packages that are dependencies of each other in the current Lerna repo.

Options

--force-local

$ lerna link --force-local

When passed, this flag causes the link command to always symlink local dependencies regardless of matching version range.

publishConfig.directory

This non-standard field allows you to customize the symlinked subdirectory that will be the source directory of the symlink, just like how the published package would be consumed.

  "publishConfig": {
    "directory": "dist"
  }

In this example, when this package is linked, the dist directory will be the source directory (e.g. package-1/dist => node_modules/package-1).

0.2.5

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.4

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.11

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago