addict-ioc-config
v1.0.0
Published
A config provider for the addict-ioc container with nconfetti
Downloads
2
Maintainers
Readme
addict-ioc-config
This package provide a helder that wraps the nconfetti
package
for the addict-ioc
container.
How to use it:
const addictIocConfig = require('addict-ioc-config');
const configGetter = addictIocConfig('/a/path/to/a/config/directory');
container.setConfigProvider(configGetter);