Reads dependencies and links them if they exist in the given or current path
npm i @nod/link-local-packages
linkLocalPackages
# or
linkLocalPackages ../local/modules/path ../package.json/path
const linkLocalPackages = require('@nod/link-local-packages')
linkLocalPackages()
//or
linkLocalPackages('path/to/look/for/the/local/packages')
Starts auto build process
Run test
Run module
Run test without watch mode
Please see @nod/nod monorepo
Apache 2.0