git ssb

0+

clemo / env2obj



Tree: 72bde94fde877d563ff0c8f5931269e9341eb0c6

Files: 72bde94fde877d563ff0c8f5931269e9341eb0c6 / README.md

219 bytesRaw

env2obj

a small module to convert envirument variables to a object

sample:

EXAMPLE_FOO=hello EXAMPLE_BAR=World node
var config =  require ('env2obj'); 
config('EXAMPLE'); //{ foo: 'hello', bar: 'World' }

Built with git-ssb-web