@lerna/link
Symlink together all packages that are dependencies of each other
Last updated 6 years ago by evocateur .
MIT · Repository · Bugs · Original npm
$ cnpm install @lerna/link 
SYNC missed versions from official npm registry.

@lerna/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).

Current Tags

  • 6.0.3                                ...           latest (3 years ago)

6 Versions

  • 6.0.0-alpha.2                                ...           3 years ago
  • 6.0.3                                ...           3 years ago
  • 4.0.0                                ...           5 years ago
  • 3.21.0                                ...           5 years ago
  • 3.14.2                                ...           6 years ago
  • 3.18.5                                ...           6 years ago
Maintainers (2)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (5)
Dev Dependencies (0)
None
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org