1.1.0 • Published 5 years ago

easylink v1.1.0

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

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]
1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago