This package has been deprecated

Author message:

use figger instead

readconf

2.1.0 • Public • Published
var readconf = require("readconf"),

readconf()
    .then(readconf("/etc/my-app/conf"))
    .then(readconf(".config"))
    .then(function(config) {
        console.log("config:", config);
    });

Readme

Keywords

none

Package Sidebar

Install

npm i readconf

Weekly Downloads

1

Version

2.1.0

License

MIT

Last publish

Collaborators

  • rremer