1.1.1 • Published 1 year ago

lerna-linker v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Lerna-linker

The lerna-linker tool provides an easy way to link local development versions of lerna monorepos without needing to publish the local development versions to NPM. This is particularly useful for local testing and development purposes.

Usage

  1. Link the Source

    In the directory of your local development version of the base Comunica project, run:

    lerna-linker linkSource
  2. Link the Target

    In the directory of your local project that depends on Comunica, run:

    lerna-linker linkTarget
  3. Unlink the Target

    If you need to unlink your development version of Comunica from your project, run the following command in your project's directory:

    lerna-linker unlinkTarget

Limitation

This script can only be used to link two repository versions simultaneously. If a different version of the same repository is linked, any previous links for similarly named packages are lost and need to be rebuilt using this tool.

1.1.1

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago