@mborne/extract

0.2.0 • Public • Published

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

Name Required? Description Default
archivePath YES Archive path NA
targetDir NO Target directory for extraction Parent directory

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.0
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i @mborne/extract

Weekly Downloads

0

Version

0.2.0

License

MIT

Unpacked Size

12.7 kB

Total Files

22

Last publish

Collaborators

  • mborne