An open API service indexing awesome lists of open source software.

https://github.com/reneweb/dvar

dvar is a configuration management library for node.js
https://github.com/reneweb/dvar

configuration-management consul environment-variables nodejs redis

Last synced: 5 months ago
JSON representation

dvar is a configuration management library for node.js

Awesome Lists containing this project

README

          

# dvar [![Build Status](https://travis-ci.org/reneweb/dvar.svg?branch=master)](https://travis-ci.org/reneweb/dvar)

dvar is a configuration management library.

The repository is split up as follows:
- [dvar](https://github.com/reneweb/dvar/tree/master/dvar): the core project including basic providers - [![npm version](https://badge.fury.io/js/dvar.svg)](https://badge.fury.io/js/dvar)
- [dvar-ext-consul](https://github.com/reneweb/dvar/tree/master/dvar-ext-consul): consul extension for dvar - [![npm version](https://badge.fury.io/js/dvar-ext-consul.svg)](https://badge.fury.io/js/dvar-ext-consul)
- [dvar-ext-redis](https://github.com/reneweb/dvar/tree/master/dvar-ext-redis): redis extension for dvar - [![npm version](https://badge.fury.io/js/dvar-ext-redis.svg)](https://badge.fury.io/js/dvar-ext-redis)