flavors-loader-yaml

1.0.2 • Public • Published

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.

Package Sidebar

Install

npm i flavors-loader-yaml

Weekly Downloads

4

Version

1.0.2

License

MIT

Unpacked Size

4.23 kB

Total Files

4

Last publish

Collaborators

  • mxl