Read YAML files with refs
minuscule wrapper of json-refs that works with YAML
Usage
yamlRefs(filepath).then((parsedObject) => {
console.log(parsedObject.propertyFoo);
...
}
minuscule wrapper of json-refs that works with YAML
yamlRefs(filepath).then((parsedObject) => {
console.log(parsedObject.propertyFoo);
...
}
npm i yaml-refs
120
1.0.0
MIT