better desc
This commit is contained in:
parent
3208fde339
commit
d92830313b
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# tar-stream
|
||||
|
||||
tar-stream is an alternative tar parser. It is streams2, does not have a fstream dependency and does not do any file io.
|
||||
tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can extract/parse tarballs without ever hitting the file system.
|
||||
|
||||
npm install tar-stream
|
||||
|
||||
|
@ -78,4 +78,4 @@ Most of these values can be found by stating a file.
|
|||
|
||||
# License
|
||||
|
||||
MIT
|
||||
MIT
|
||||
|
|
Loading…
Reference in a new issue