MoOx / rc-loader

Runtime configuration loader that supports YAML, JSON or JS.

Home Page:https://www.npmjs.com/package/rc-loader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UNMAINTAINED

See cosmiconfig.

rc-loader Build Status

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 = {...})

Installation

$ npm install rc-loader

Usage

See original rc documentation.


About

Runtime configuration loader that supports YAML, JSON or JS.

https://www.npmjs.com/package/rc-loader

License:MIT License


Languages

Language:JavaScript 100.0%