handlebars-fileset
Handlebars helper to create filesets
Last updated 11 years ago by 75lb .
Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install handlebars-fileset 
SYNC missed versions from official npm registry.

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

Current Tags

  • 1.0.0                                ...           latest (11 years ago)

10 Versions

  • 1.0.0                                ...           11 years ago
  • 0.1.3                                ...           12 years ago
  • 0.1.2                                ...           12 years ago
  • 0.1.1                                ...           12 years ago
  • 0.1.0                                ...           12 years ago
  • 0.0.5                                ...           12 years ago
  • 0.0.4                                ...           12 years ago
  • 0.0.3                                ...           12 years ago
  • 0.0.2                                ...           12 years ago
  • 0.0.1                                ...           12 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (2)
Dev Dependencies (0)
None
Dependents (2)

Copyright 2013 - present © cnpmjs.org | Home |