node-config_loader
v0.0.3
Published
Helps to load environment configurations from yaml files
Downloads
2
Maintainers
Readme
Node ConfigLoader
Helps to load config files in salemove ecosystem in node apps
Installation
Using npm form the command line
$ npm install node-config_loader
or Add the following line to your package.json
"node-config_loader": "~> 0.0.3"
And then execute:
$ npm install