ORESoftware / npm-link-up

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

add command line option to ignore missing config #59

Open ORESoftware opened 6 years ago

ORESoftware commented 6 years ago

if nlu run is run on a project w/o an .nlu.json it's basically a no-op. Currently it exits with code 1. But perhaps if we use

nlu run --ignore-missing-config

then there will be less stderr if there is no config and will exit with 0.