ez-streams
Advanced tools
Comparing version 0.1.2 to 0.1.3
12
API.md
@@ -5,4 +5,2 @@ # ez-streams | ||
* [ez-streams/lib/api](lib/api.md) | ||
EZ Streams core API | ||
* [ez-streams/lib/devices/array](lib/devices/array.md) | ||
@@ -20,2 +18,6 @@ Array readers and writers | ||
HTTP EZ Streams | ||
* [ez-streams/lib/devices/mongodb](lib/devices/mongodb.md) | ||
EZ wrappers for mongodb | ||
* [ez-streams/lib/devices/mysql](lib/devices/mysql.md) | ||
EZ wrappers for mysql | ||
* [ez-streams/lib/devices/net](lib/devices/net.md) | ||
@@ -25,2 +27,4 @@ TCP and socket EZ Streams | ||
EZ Stream wrappers for native node streams | ||
* [ez-streams/lib/devices/oracle](lib/devices/oracle.md) | ||
EZ wrappers for oracle | ||
* [ez-streams/lib/devices/std](lib/devices/std.md) | ||
@@ -30,2 +34,4 @@ EZ wrappers for standard I/O streams | ||
In-memory string streams | ||
* [ez-streams/lib/reader](lib/reader.md) | ||
EZ Streams core reader API | ||
* [ez-streams/lib/transforms/csv](lib/transforms/csv.md) | ||
@@ -43,1 +49,3 @@ Stream transform for CSV files | ||
Simple XML parser and formatter | ||
* [ez-streams/lib/writer](lib/writer.md) | ||
EZ Streams core writer API |
@@ -17,5 +17,6 @@ "use strict"; | ||
module.exports = { | ||
api: require('./api'), | ||
reader: require('./reader'), | ||
writer: require('./writer'), | ||
devices: requireDir('devices'), | ||
transforms: requireDir('transforms'), | ||
}; |
{ | ||
"name": "ez-streams", | ||
"description": "EZ streams for node.js", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
@@ -359,3 +359,3 @@ # Easy Streams for node.js | ||
See the [API reference](lib/streams.md). | ||
See the [API reference](API.md). | ||
@@ -362,0 +362,0 @@ ## More information |
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
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
132969
63
60