ORESoftware / npm-link-up

:arrows_counterclockwise: Link your NPM projects automatically, for sophisticated / modular local development.
MIT License
73 stars 5 forks source link

nlu run should work with .nlu.json file #61

Open ORESoftware opened 6 years ago

ORESoftware commented 6 years ago
{
  "searchRoots": [],  // relative to location of .nlu.json file
  "umbrella":true,
  "list": [],
  "exclude":[]
}

if you then run:

nlu run

it will pick up the above file, if it's in the cwd, o/w, if you do this:

nlu run --config "../../.nlu.json"

it will pick up the file