|
hace 2 años | |
---|---|---|
.. | ||
lib | hace 2 años | |
CHANGELOG.md | hace 2 años | |
LICENSE | hace 2 años | |
README.md | hace 2 años | |
package.json | hace 2 años |
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