2.0.4 • Published 11 years ago

symfio-contrib-nconf v2.0.4

Weekly downloads
27
License
-
Repository
github
Last release
11 years ago

symfio-contrib-nconf

Read configuration from config.json and save it into container.

Usage

symfio = require "symfio"

container = symfio "example", __dirname

loader = container.get "loader"

loader.use require "symfio-contrib-nconf"

loader.use (container, callback) ->
  console.log container.get "some setting from config.json"
  callback()

loader.load()

Required plugins

2.0.4

11 years ago

2.0.3

11 years ago

2.0.2

11 years ago

2.0.1

11 years ago

2.0.0

11 years ago

0.1.0

11 years ago