Installation
Add the package through your package manager of choice:
npm install awesome-yaml-reader
Example Usage
const readYaml = require('awesome-yaml-reader');
const actual = readYaml('/path/to/some/yaml/file');
readYaml(filepath, [options])
Kind: global function
Param | Type | Description |
---|
filepath | string | Path to the yaml file to parse |
[options] | AwesomeYamlReaderOptions | Options for the YAML parser and fs file reader |
This is the documentation for Awesome YAML Reader. Documentation is generated by JSDoc and jsdoc-to-markdown.
© 2019 Jeroen Claassens (Favna) support@favna.xyz