0.2.0 • Published 2 years ago

@mborne/extract v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

node-extract

Node.js CI Coverage Status

Description

Extract archives (7z, zip, bz2, gz,...) using system executables

Usage

const extract = require('@mborne/extract');

await extract({
    archivePath: '/path/to/archive.zip'
});

Options

NameRequired?DescriptionDefault
archivePathYESArchive pathNA
targetDirNOTarget directory for extractionParent directory

License

MIT

0.2.0

2 years ago

0.1.0

5 years ago