Read YAML files with refs
minuscule wrapper of json-refs that works with YAMLUsage
yamlRefs(filepath).then((parsedObject) => {
console.log(parsedObject.propertyFoo);
...
}
yamlRefs(filepath).then((parsedObject) => {
console.log(parsedObject.propertyFoo);
...
}
Bytes is a JavaScript newsletter you'll actually enjoy reading.
Delivered every Monday, for free.