yarn-linked
Version:
List or remove yarn linked modules
30 lines (19 loc) • 463 B
Markdown
List or remove yarn linked modules
$ yarn-linked
@prefix/package 0.1.1
other-package 0.2.2
yarn global add yarn-linked
yarn-linked [path to project root, default cwd]
yarn add -D yarn-linked
**package.json:**
"scripts": {
"linked": "yarn-linked"
}
in .zshrc file
```shell
. $(npm root -g)"/yarn-linked/_completions"
```