rc-loader

Runtime configuration loader that supports YAML, JSON or JS

MIT 1 个版本
安装
npm install rc-loader
yarn add rc-loader
pnpm add rc-loader
bun add rc-loader
README

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