tgz

0.0.3 • Public • Published

Description build status

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

Readme

Keywords

none

Package Sidebar

Install

npm i tgz

Weekly Downloads

59

Version

0.0.3

License

MIT

Last publish

Collaborators

  • curious-attempt-bunny