From 015a5a100fa46ba29f70256c3d574f63e6186c5e Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 28 Jul 2014 13:33:52 +0200 Subject: [PATCH] add `tar-stream` and `tar-fs` --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e2b10c1..300239a 100644 --- a/readme.md +++ b/readme.md @@ -247,8 +247,9 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ### Compression -- [Archiver](https://github.com/ctalkington/node-archiver) - A streaming interface for archive generation, supporting ZIP and TAR. +- [Archiver](https://github.com/ctalkington/node-archiver) - Streaming interface for archive generation, supporting ZIP and TAR. - [decompress-zip](https://github.com/bower/decompress-zip) - Unzip. +- [tar-stream](https://github.com/mafintosh/tar-stream) - Streaming tar parser and generator. Also see [tar-fs](https://github.com/mafintosh/tar-fs). ### Network