Handlebars modification to work with stream outputs
Handlebars provides the power necessary to let you build semantic templates effectively with no frustration
A custom version of the handlebars package which, to improve security, does not use `eval` or `new Function`. This means that templates can't be compiled into JavaScript functions in advance and hence, rendering the templates is a lot slower.
Node.js Streams, a user-land copy of the stream library from Node.js
Check if something is a Node.js stream
Handlebars support for JSTransformers.
A Handlebars view engine for Express which doesn't suck.
The parser for the Handlebars language
Get a stream as a string, Buffer, ArrayBuffer or array
tar-stream is a streaming tar parser and generator and nothing else. It operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.
destroy a stream if possible
More than 130 Handlebars helpers in ~20 categories. Helpers can be used with Assemble, Generate, Verb, Ghost, gulp-handlebars, grunt-handlebars, consolidate, or any node.js/Handlebars project.
Toggle the CLI cursor
Utils for handlebars helpers. Externalized from handlebars, to allow helpers to use the utils without having to depend on handlebars itself.
Call a callback when a readable/writable/duplex stream has completed or failed.
Markdown template helper. Uses remarkable to render markdown in templates. Should work with Handlebars, Lo-Dash or any template engine that supports helper functions.
handlebars loader module for webpack
Get and validate the raw body of a readable stream.
A lightweight package with common helpers for Handlebars
A metalsmith plugin for layouts
A streaming way to send data to a Node.js Worker Thread
A stream that emits multiple other streams one after another.
A tiny, zero-dependency yet spec-compliant asynchronous iterator polyfill/ponyfill for ReadableStreams.
Merge multiple streams into a unified stream