Skip to content

hueyhe/easylink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

Quick link or unlink projects with yarn.

Resources

Stars

Watchers

Forks

Packages

No packages published