@acvos/configurator
v1.0.0
Published
Configuration provider for back-end services and CLI apps
Downloads
4
Readme
@acvos/configurator
Configuration provider for back-end services and CLI apps.
Overview
Configurator aims at achieving two goals:
- centralize application configuration coming from different sources (e.g. multiple files, external sources, combination of files and environment variables, etc.)
- transparently manage configuration overrides and layers.
Installation
npm i @acvos/configurator
Basic usage
TBD
Testing
npm test