Skip to content

liziqiang/yarn-linked

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
```

About

List or remove yarn linked modules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published