An open API service indexing awesome lists of open source software.

https://github.com/moox/rc-loader

Runtime configuration loader that supports YAML, JSON or JS.
https://github.com/moox/rc-loader

Last synced: about 1 year ago
JSON representation

Runtime configuration loader that supports YAML, JSON or JS.

Awesome Lists containing this project

README

          

# UNMAINTAINED

See [cosmiconfig](https://github.com/davidtheclark/cosmiconfig).

# rc-loader [![Build Status](https://travis-ci.org/MoOx/rc-loader.svg?branch=master)](https://travis-ci.org/MoOx/rc-loader)

> Runtime configuration loader that supports YAML, JSON or JS.

This module supercharges [rc](https://github.com/dominictarr/rc) to provide
a smarter parser that can handle the following:

- YAML
- JSON
- JS (`module.exports = {...}` or `exports = {...}`)

## Installation

```console
$ npm install rc-loader
```

## Usage

See original [rc](https://github.com/dominictarr/rc) documentation.

---

## [Changelog](CHANGELOG.md)

## [License](LICENSE)