A library for working with archive files, providing utilities for compressing and decompressing data.
dist | ||
test | ||
ts | ||
.gitignore | ||
.gitlab-ci.yml | ||
LICENSE | ||
npmextra.json | ||
package.json | ||
README.md | ||
test.js | ||
tslint.json | ||
yarn.lock |
smartarchive
work with archives
Availabililty
Status for master
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