Skip to content

prettier/yaml-unist-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

59d3a2e · Jan 9, 2023
Sep 30, 2022
May 23, 2020
Jan 9, 2023
May 20, 2018
Oct 14, 2022
Oct 14, 2022
May 20, 2018
May 20, 2018
May 20, 2018
Oct 14, 2022
Oct 14, 2022
May 20, 2018
Oct 14, 2022
Oct 14, 2022
Jan 9, 2023
Sep 29, 2022
Jul 6, 2018
Jul 31, 2018
Oct 14, 2022
Jan 9, 2023

Repository files navigation

yaml-unist-parser

npm build coverage

A YAML parser that produces output compatible with unist

Changelog

Features

Install

# using npm
npm install --save yaml-unist-parser

# using yarn
yarn add yaml-unist-parser

Usage

import { parse } from "yaml-unist-parser";

const ast = parse(`
- hello
- world
`);

Development

# lint
yarn run lint

# build
yarn run build

# test
yarn run test

License

MIT © Ika