easylink
v1.1.0
Published
Quick link or unlink projects with yarn.
Downloads
45
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]