vfile-matter:实用程序来解析vfile中的YAML前端问题

时间:2024-05-20 00:54:18
【文件属性】:

文件名称:vfile-matter:实用程序来解析vfile中的YAML前端问题

文件大小:7KB

文件格式:ZIP

更新时间:2024-05-20 00:54:18

matter yaml file virtual vfile

vfile事项 在解析YAML前端问题。 安装 : npm install vfile-matter 用 假设我们有一个文件example.html : --- title: Hello, world! --- < p> Some more text 我们的脚本example.js如下所示: var vfile = require ( 'to-vfile' ) var matter = require ( 'vfile-matter' ) var file = vfile . readSync ( 'example.html' ) matter ( file , { strip : true } ) console . log ( file . data ) console . log ( String ( file ) ) 现在,运行我们的脚本( node


【文件预览】:
vfile-matter-main
----.prettierignore(22B)
----.gitignore(63B)
----.github()
--------workflows()
----package.json(2KB)
----readme.md(3KB)
----index.js(688B)
----types()
--------tsconfig.json(152B)
--------vfile-matter-tests.ts(438B)
--------tslint.json(106B)
--------index.d.ts(807B)
----test.js(1KB)
----.editorconfig(147B)
----license(1KB)
----.npmrc(19B)

网友评论