read-yaml-file

v2.1.0
Read and parse a YAML file
yaml read

read-yaml-file

Read and parse a YAML file

npm version

Installation

<npm|yarn|pnpm> add read-yaml-file

Usage

const readYamlFile = require('read-yaml-file')

readYamlFile('foo.yml').then(data => {
  console.log(data)
  //=> {foo: true}
})

API

readYamlFile(filepath)

Returns a promise for the parsed YAML.

readYamlFile.sync(filepath)

Returns the parsed YAML.

Related

License

MIT © Zoltan Kochan


This package was forked from load-yaml-file

npm i read-yaml-file

Metadata

  • MIT
  • >=10.13
  • Zoltan Kochan
  • released 2/11/2021

Downloads

Maintainers