nconf icon indicating copy to clipboard operation
nconf copied to clipboard

Ability to read all files in a directory

Open indexzero opened this issue 14 years ago • 4 comments

nt

indexzero avatar Nov 19 '11 07:11 indexzero

API thoughts

  require('nconf')
    .dir('./dir/of/config/files');

indexzero avatar Dec 20 '12 08:12 indexzero

Maybe somewhat related to #16

pksunkara avatar Dec 20 '12 15:12 pksunkara

WIP in gh-18 branch

indexzero avatar Dec 23 '12 23:12 indexzero

What order would you expect them to be read in, in case some the same keys are contained in multiple files. alphabetical order?

markstos avatar Nov 06 '13 22:11 markstos