final-config
Version:
Asynchronous configuration loading from various sources
44 lines (24 loc) • 1.08 kB
Markdown
A set of classes for loading a micro-service configuration.
The configuration is stored in an immutable form.
List of main features:
- support for various file types: JSON, YAML
- receiving data from the parent process
- combining data from several configurations into one in several ways
- inheritance of its configuration sources
- automatic reading of several sources and merging them into one
Just type in your project home:
`gem install set-config -s`
Under construction...
To run the tests, use jest:
`jest`
Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags).
This project is licensed under the ISC License - see the [LICENSE.md](LICENSE.md) file for details