hapiconfig

0.0.1 • Public • Published

hapiconfig is a very small wrapper to facilitate use of getconfig in hapi.

Usage

var Hapi = require('hapi');
var pack = new Hapi.Pack();
pack.require('hapiconfig', function (err) {
  if (err) console.log('hapiconfig failed to load:', err);
});
 
console.log(pack.app.config); // the return from getconfig will be here

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i hapiconfig

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • nlf