assemble-streams
![Build Status](https://img.shields.io/travis/jonschlinkert/assemble-streams.svg)
Assemble pipeline plugin for pushing a view collection into a vinyl stream.
(TOC generated by verb using markdown-toc)
Usage
This plugin can be used with assemble, verb or any other application based on templates.
var assemble = require('assemble');
var streams = require('assemble-streams');
var app = assemble();
app.use(stream);
app.toStream('pages')
.pipe(app.dest('site/'))
See the tests for more examples.
Related projects
Running tests
Install dev dependencies:
$ npm i -d && npm test
Contributing
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Author
Jon Schlinkert
License
Copyright © 2016 Jon Schlinkert
Released under the MIT license.
This file was generated by verb on January 12, 2016.