link-local-packages

Link packages from the local file system, when available

MIT License

Downloads
16
Stars
9
Committers
3

link-local-packages

Link packages from the local file system, when available

Installation

npm i -S link-local-packages

CLI usage

# link packages inside the current working directory
$ link-local-packages

# link packages inside the specified folder
$ link-local-packages packages

API usage

import linkLocalPackage from 'link-local-packages'

linkLocalPackage(process.cwd())

License

MIT Zoltan Kochan