A library for working with archive files, providing utilities for compressing and decompressing data.
Go to file
2017-03-12 22:20:10 +01:00
dist cleanup 2017-03-12 22:16:48 +01:00
test cleanup 2017-03-12 22:16:48 +01:00
ts update 2017-03-12 22:20:10 +01:00
.gitignore cleanup 2017-03-12 22:16:48 +01:00
.gitlab-ci.yml update 2017-03-12 22:20:10 +01:00
LICENSE Initial commit 2016-01-18 05:18:54 +01:00
package.json update 2017-03-12 22:20:10 +01:00
README.md update 2017-03-12 22:20:10 +01:00
test.js added callback support 2016-01-20 04:01:21 +01:00
tslint.json update 2017-03-12 22:20:10 +01:00
yarn.lock cleanup 2017-03-12 22:16:48 +01:00

smartarchive

work with archives

Availabililty

npm git git docs

Status for master

build status coverage report npm downloads per month Dependency Status bitHound Dependencies bitHound Code TypeScript node JavaScript Style Guide

Usage

Use TypeScript for best in class instellisense.

import * as smartarchive from 'smartarchive'
smartarchive.get({
    from:"https://example.com/example.zip",
    toPath:"/some/local/absolute/path",
}).then(/*...*/)

For further information read the linked docs at the top of this README.

MIT licensed | © Lossless GmbH | By using this npm module you agree to our privacy policy

repo-footer