包详细信息

rc-loader

MoOx3.4kMIT1.0.0

Runtime configuration loader that supports YAML, JSON or JS

rc, rcloader, config

自述文件

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.


Changelog

License

更新日志

1.0.0 - 2015-08-04

✨ First release