yaml-to-js
v1.0.3
Published
Takes a path pointing to a yaml file and returns a javascript object with the parsed contents;
Readme
Takes a path pointing to a yaml file and returns a javascript object with the parsed contents;
Example:
import yamlToJS from 'yaml-to-js';
const yaml = yaml('./data.yml');