nconf
nconf copied to clipboard
Ability to read all files in a directory
nt
API thoughts
require('nconf')
.dir('./dir/of/config/files');
Maybe somewhat related to #16
WIP in gh-18 branch
What order would you expect them to be read in, in case some the same keys are contained in multiple files. alphabetical order?