项目作者: biotope
项目描述 :
高级语言: TypeScript
项目地址: git://github.com/biotope/biotope-configuration.git


Configuration Loader
Keep you runtime configurations in one spot. Load config json files form remote and merge them into the config loaders state.
Usage
const configuration = await biotope.createConfigurationLoader({foo: 'bar'})
console.log(configuration.getState());
// { foo: 'bar' }