Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fuse-box-contrib/fuse-box-yaml

Support YAML files with fuse-box
https://github.com/fuse-box-contrib/fuse-box-yaml

Last synced: 16 days ago
JSON representation

Support YAML files with fuse-box

Awesome Lists containing this project

README

        

# Load YAML files with fuse-box

`npm i -D fuse-box-yaml`

## Example

```
const {YAMLPlugin} = require('fuse-box-yaml')
// or
import {YAMLPlugin} from 'fuse-box-yaml'

// then
{
plugins: [
...,
YAMLPlugin()
]
}
```