git ssb

0+

clemo / env2obj



Branch:
clemo committed initLatest: 72bde94 on 3/28/2016, 6:01:25 PM
📄.gitignore
📄README.md
📄env2obj.js
📄package.json
README.md

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