项目作者: biotope

项目描述 :
高级语言: TypeScript
项目地址: git://github.com/biotope/biotope-configuration.git
创建时间: 2017-11-29T07:43:34Z
项目社区:https://github.com/biotope/biotope-configuration

开源协议:MIT License

下载


Build Status
codecov

Configuration Loader

Keep you runtime configurations in one spot. Load config json files form remote and merge them into the config loaders state.

Usage

  1. const configuration = await biotope.createConfigurationLoader({foo: 'bar'})
  2. console.log(configuration.getState());
  3. // { foo: 'bar' }