yarn-linked

1.1.9 • Public • Published

yarn-linked

List or remove yarn linked modules

$ yarn-linked
@prefix/package 0.1.1
    other-package 0.2.2

Use globally

yarn global add yarn-linked
yarn-linked [path to project root, default cwd]

Use in a project

yarn add -D yarn-linked

package.json:

"scripts": {
    "linked": "yarn-linked"
}

Use completions

in .zshrc file
```shell
. $(npm root -g)"/yarn-linked/_completions"
```

Readme

Keywords

Package Sidebar

Install

npm i yarn-linked

Weekly Downloads

24

Version

1.1.9

License

MIT

Unpacked Size

4.04 kB

Total Files

4

Last publish

Collaborators

  • liziqiang