Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/curious-attempt-bunny/node-tgz
Extract files from a tgz archive in node.js in memory - yes, this doesn't write to disk.
https://github.com/curious-attempt-bunny/node-tgz
Last synced: 4 months ago
JSON representation
Extract files from a tgz archive in node.js in memory - yes, this doesn't write to disk.
- Host: GitHub
- URL: https://github.com/curious-attempt-bunny/node-tgz
- Owner: curious-attempt-bunny
- Created: 2013-05-19T18:31:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-19T20:53:45.000Z (over 11 years ago)
- Last Synced: 2024-04-26T11:43:53.395Z (8 months ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description [![build status](https://secure.travis-ci.org/curious-attempt-bunny/node-tgz.png)](http://next.travis-ci.org/curious-attempt-bunny/node-tgz)
Extract files from a tgz archive in node.js in memory - yes, this doesn't write to disk.
# Usage
var tgz = require('tgz');
tgz(filename_or_stream, function(error, files) { console.log(files['folder/file.txt']); );# Installation
npm install tgz
# License
MIT