Skip to content

NOD-studios/link-local-packages

Repository files navigation

@nod/link-local-packages

Reads dependencies and links them if they exist in the given or current path

Install

npm i @nod/link-local-packages

CLI usage

linkLocalPackages
# or
linkLocalPackages ../local/modules/path ../package.json/path

API usage

const linkLocalPackages = require('@nod/link-local-packages')
linkLocalPackages()
//or
linkLocalPackages('path/to/look/for/the/local/packages')

Scripts

  • yarn start

Starts auto build process

  • yarn test

Run test

  • yarn build

Run module

  • yarn test-once

Run test without watch mode

Development and additional usage

Please see @nod/nod monorepo

License

Apache 2.0

About

Reads dependencies and links them if they exist in the given or current path

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published