Skip to content

flavors-js/flavors-loader-yaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Packages

 
 
 

Contributors