0.0.0-1 • Published 6 years ago

@nod/link-local-packages v0.0.0-1

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
6 years ago

@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

  • npm start

    Starts auto build process

  • npm test

    Run test

  • npm run build

    Run module

  • npm test-once

    Run test without watch mode

Development and additional usage

Please see @nod/nod monorepo

License

Apache 2.0