0.0.1 • Published 5 years ago
config-extended v0.0.1
Config Extended
Allow to extend yaml or json files configuration
Usage
Install with npm
npm i config-extended
const ConfigExtended = require("config-extended")
...
let configExtended = new ConfigExtended();
await configExtended.loadPath(path.join(__dirname,'config'));
console.log(JSON.stringify(configExtended.config));
0.0.1
5 years ago