Denis 346b78aee1 first commit 2 vuotta sitten
..
lib 346b78aee1 first commit 2 vuotta sitten
CHANGELOG.md 346b78aee1 first commit 2 vuotta sitten
LICENSE 346b78aee1 first commit 2 vuotta sitten
README.md 346b78aee1 first commit 2 vuotta sitten
package.json 346b78aee1 first commit 2 vuotta sitten

README.md

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

const { parse } = require("yaml-unist-parser");

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

Development

# lint
yarn run lint

# build
yarn run build

# test
yarn run test

License

MIT © Ika