1.0.8 • Published 5 years ago

extrakt v1.0.8

Weekly downloads
7
License
MIT
Repository
github
Last release
5 years ago

extrakt

Extract .tar and .tar.gz using the system binary (fast!), with a javascript fallback (portable!)

Makes a great team with nectar.

Build Status NPM Version

Install

$ npm install --save extrakt

Usage

const extrakt = require('extrakt');

extrakt('path/to/archive.tar.gz', 'output/directory');

API

extrakt(archive, extractTo)

Extract the archive at the given path archive to the extractTo directory (which will be created if it does not exist).

Returns a Promise for the completion of the extraction.

archive

Type: string

Path to the archive

extractTo

Type: string

Destination directory

License

MIT © sgtlambda

dependency Status devDependency Status

1.0.8

5 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.1.3

7 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago