|
%!s(int64=2) %!d(string=hai) anos | |
---|---|---|
.. | ||
lib | %!s(int64=2) %!d(string=hai) anos | |
CHANGELOG.md | %!s(int64=2) %!d(string=hai) anos | |
LICENSE | %!s(int64=2) %!d(string=hai) anos | |
README.md | %!s(int64=2) %!d(string=hai) anos | |
package.json | %!s(int64=2) %!d(string=hai) anos |
A YAML parser that produces output compatible with unist
# using npm
npm install --save yaml-unist-parser
# using yarn
yarn add yaml-unist-parser
const { parse } = require("yaml-unist-parser");
const ast = parse(`
- hello
- world
`);
# lint
yarn run lint
# build
yarn run build
# test
yarn run test
MIT © Ika