npm-link-up icon indicating copy to clipboard operation
npm-link-up copied to clipboard

allow for global config

Open ORESoftware opened this issue 7 years ago • 1 comments

in $HOME/.nlu/global-settings, or what not

{
  "packages": {
     "suman":{
         "list": []
      },
     "suman-utils":[
        "list": []
      ]
  }
}

ORESoftware avatar Sep 20 '18 20:09 ORESoftware

a local .nlu.json file would override it:

const nluJSON = Object.assign({}, globalSetting.packages.suman, sumanNluJSON);

ORESoftware avatar Sep 20 '18 20:09 ORESoftware