0.0.1 • Published 5 years ago

config-extended v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

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