easylink

Quick link or unlink projects with yarn.

Usage no npm install needed!

<script type="module">
  import easylink from 'https://cdn.skypack.dev/easylink';
</script>

README

easylink

Quick link or unlink projects with yarn.

Install

$ yarn add easylink -D

Configuration

Add .linkrc.json file under the root directory of your project.

Example

{
  "react": {
    "localPath": "path/to/forked/react",
    "workspace": [
      ".", // Current project
      "path/to/other/project"
    ]
  },
  "other-module": { ... }
}

Usage

$ ./node_modules/.bin/easylink [--reset]