1.0.0 • Published 9 years ago

handlebars-fileset v1.0.0

Weekly downloads
32
License
-
Repository
github
Last release
9 years ago

view on npm npm module downloads per month Dependency Status

handlebars-fileset

Access to file-set from Handlebars.

##Install

$ npm install handlebars-fileset

##Usage

var handlebars = require("handlebars");
var handlebarsFileset = require("handlebars-fileset");

/* this will register the handlebars-fileset helpers on your handlebars instance */
handlebarsFileset(handlebars);

###Examples

{{#each fileset("*.md").files}}
filename: {{this}}
{{/each}}
1.0.0

9 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago