handlebars-fs

Handlebars helper mappings for the node.js fs module

5 个版本
安装
npm install handlebars-fs
yarn add handlebars-fs
pnpm add handlebars-fs
bun add handlebars-fs
README

view on npm npm module downloads per month Dependency Status

handlebars-fs

Handlebars helper mappings for the node.js fs module.

Install

$ npm install handlebars-fs --save

Usage

var handlebars = require("handlebars");

/* this will register the handlebars-fs helpers on your handlebars instance */
require("handlebars-fs")(handlebars);

Example

{{#if (fs-exists 'readme.md')}}
Readme exists
{{/if}}
{
    "content": {{{json-stringify (fs-readFile "article.md")}}}
}
版本列表
1.0.0 2015-03-01
0.2.0 2014-07-21
0.1.1 2014-07-16
0.1.0 2014-07-14
0.0.0 2014-05-21