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 = ;const nconf = ; const container = ; const addictIocNconf = ; ;