文件名称:handlebars-fs:从 Handlebars 访问节点 fs 模块
文件大小:2KB
文件格式:ZIP
更新时间:2024-07-11 14:46:30
JavaScript
车把-fs node.js 的把手辅助映射。 安装 $ npm install handlebars-fs --save 用法 var handlebars = require ( "handlebars" ) ; /* this will register the handlebars-fs helpers on your handlebars instance */ require ( "handlebars-fs" ) ( handlebars ) ; 例子 {{#if (fs-exists 'readme.md')}} Readme exists {{/if}} { "content": {{{json-stringify (fs-readFile "article.md")}}} }
【文件预览】:
handlebars-fs-master
----package.json(294B)
----lib()
--------handlebars-fs.js(1KB)
----README.md(790B)