yaml-unist-parser
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

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

/yaml-unist-parser/

    Package Sidebar

    Install

    npm i yaml-unist-parser

    Weekly Downloads

    14,492

    Version

    2.0.1

    License

    MIT

    Unpacked Size

    89.5 kB

    Total Files

    164

    Last publish

    Collaborators

    • thorn0
    • fisker
    • ikatyang