Runtime configuration loader that supports YAML, JSON or JS
npm install rc-loader> Runtime configuration loader that supports YAML, JSON or JS.
This module supercharges rc to provide
a smarter parser that can handle the following:
- YAML
- JSON
- JS (module.exports = {...} or exports = {...})
``console``
$ npm install rc-loader
See original rc documentation.
---