1.0.2 • Published 5 years ago

flavors-loader-yaml v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

npm Build Status David semantic-release Join the chat at https://gitter.im/flavors-js/flavors

flavors YAML loader

YAML configuration loader for flavors library. js-yaml is used for YAML parsing.

Install

$ npm install --save-dev flavors-loader-yaml

Usage

const flavors = require('flavors');
const config = flavors('my-config', {
  loaders: [require('flavors-loader-yaml')]
});

Configuration definition

Configuration definition is the same as when using JSON loader.

Maintainers

License

See the LICENSE file for details.