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:
npm install final-config -s
Under construction...
To run the tests, use jest:
jest
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the ISC License - see the LICENSE.md file for details