link-packages

Find and `yarn link` local NodeJs packages


License
MIT
Install
npm install link-packages@0.1.2

Documentation

Link packages Build Status

Find and yarn link local NodeJs packages

Install

yarn global add link-packages

Usage

Typically this utility is invoke wherever you keep your NodeJs projects. Any linkable projects found in process.cwd() will be symlinked using yarn link.

cd /path/to/your/code
link-packages

See link-packages --help for full documentation.