stream-to-precompiled-hbs
v0.0.3
Published
Stream a directory to precompiled handlebars array
Downloads
9
Readme
stream-to-precompiled-hbs
Getting Started
Install the module with: npm install stream-to-precompiled-hbs --save
Usage
This module will let you provide a handlebars instance and a path. It will emit (as an object mode stream) arrays of the path (slugified as an underscored key) and compiled template.
See the tests for examples