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.
- Host: GitHub
- URL: https://github.com/moox/rc-loader
- Owner: MoOx
- License: mit
- Created: 2015-08-04T04:26:49.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-04T20:10:18.000Z (about 10 years ago)
- Last Synced: 2025-04-10T06:24:49.830Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/rc-loader
- Size: 5.86 KB
- Stars: 16
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# UNMAINTAINED
See [cosmiconfig](https://github.com/davidtheclark/cosmiconfig).
# rc-loader [](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)