Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fuse-box-contrib/fuse-box-yaml
- Owner: fuse-box-contrib
- Created: 2018-03-05T11:08:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T09:33:33.000Z (over 6 years ago)
- Last Synced: 2024-10-15T16:16:31.033Z (about 1 month ago)
- Language: TypeScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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()
]
}
```