This package has been deprecated
Author message:
Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
addict-ioc-nconf
1.1.1 • Public • Published addict-ioc-nconf
This package serves as a bridge to use nconf
as a config provider for addict-ioc
.
You just need to provide your instance of the addict-ioc
container and nconf to the bridge package and it will automagically do the rest for you.
Usage
const addictIoc = require('addict-ioc');
const nconf = require('nconf');
const container = new addictIoc();
const addictIocNconf = require('addict-ioc-nconf');
addictIocNconf(container, nconf);
/addict-ioc-nconf/
//
Package Sidebar
Install
Weekly Downloads