1.1.3 • Published 10 months ago

unarchive v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

unarchive

This tool is a utility wrapper around the compressing package

it automatically detects the compression type (zip/tar/tar.gz) and extracts the content of the archive

Installation

npm install unarchive

or

yarn add unarchive
pnpm add unarchive
bun add unarchive

Usage

//const unarchive = require('unarchive')
import unarchive from 'unarchive'

await unarchive(archiveName, 'outputFolder')

Supported formats

  • zip
  • tar
  • tar.gz / tgz
1.1.3

10 months ago

1.1.2

1 year ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago