@0x-lerna-fork/link

Symlink together all packages that are dependencies of each other

Usage no npm install needed!

<script type="module">
  import 0xLernaForkLink from 'https://cdn.skypack.dev/@0x-lerna-fork/link';
</script>

README

@0x-lerna-fork/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.