handlebars-fs

1.0.0 • Public • Published

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")}}}
}

Readme

Keywords

none

Package Sidebar

Install

npm i handlebars-fs

Weekly Downloads

106

Version

1.0.0

License

none

Last publish

Collaborators

  • 75lb