yaml-or-json

0.2.0 • Public • Published

yaml-or-json

Requires a yaml or json config file depending on what it finds.

Dependency Status Build Status npm version

Installation

npm install --save yaml-or-json

Usage

var yamlOrJSON = require('yaml-or-json');
 
var config = yamlOrJSON(__dirname + '/config/my-config');
console.log(config.someProperty);

This will read and parse my-config.yaml or my-config.yml or my-config.json from the config directory, depending which file will be there.

JSON5 is supported!

JSON files are parsed by JSON5 parser.

License

The MIT License (MIT)

Readme

Keywords

Package Sidebar

Install

npm i yaml-or-json

Weekly Downloads

20

Version

0.2.0

License

MIT

Last publish

Collaborators

  • zkochan