node-config_loader
v0.0.3
Published
Helps to load environment configurations from yaml files
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_loaderor Add the following line to your package.json
"node-config_loader": "~> 0.0.3"And then execute:
$ npm install