Araxeus / unarchive

Automatically extract archives of various types

Home Page:https://www.npmjs.com/package/unarchive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unarchive

This tool is a utility wrapper around the compressing package

it automatically detects the compression type and extracts the archive

Installation

npm install unarchive

or

yarn add unarchive

Usage

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

await unarchive(archiveName, 'outputFolder')

Supported formats

  • zip
  • tar
  • tar.gz / tgz

About

Automatically extract archives of various types

https://www.npmjs.com/package/unarchive

License:MIT License


Languages

Language:TypeScript 100.0%