@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