ez-streams
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -29,2 +29,4 @@ # ez-streams | ||
Stream transform for CSV files | ||
* [ez-streams/lib/transforms/cut](lib/transforms/cut.md) | ||
Transform to cut string and binary streams | ||
* [ez-streams/lib/transforms/json](lib/transforms/json.md) | ||
@@ -36,1 +38,3 @@ "Simple" JSON streams | ||
Stream transform for MIME multipart | ||
* [ez-streams/lib/transforms/xml](lib/transforms/xml.md) | ||
Simple XML parser and formatter |
@@ -37,2 +37,5 @@ ## EZ Streams core API | ||
Returns the writer for chaining. | ||
* `result = reader.toArray(_)` | ||
Reads all entries and returns them to an array. | ||
Note that this call is an anti-pattern for streaming but it may be useful when working with small streams. | ||
* `reader = reader.transform(fn)` | ||
@@ -39,0 +42,0 @@ Inserts an asynchronous transformation into chain. |
{ | ||
"name": "ez-streams", | ||
"description": "EZ streams for node.js", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
@@ -11,2 +11,8 @@ # Easy Streams for node.js | ||
## Installation | ||
``` sh | ||
npm install ez-streams | ||
``` | ||
## Creating a stream | ||
@@ -13,0 +19,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
126259
53
370