A library for working with archive files, providing utilities for compressing and decompressing data.
Go to file
2020-03-16 15:13:58 +00:00
.vscode fix(core): update 2020-03-13 20:22:56 +00:00
dist_ts fix(core): update 2020-03-13 20:22:56 +00:00
test fix(core): update 2020-03-16 15:13:58 +00:00
ts fix(core): update 2020-03-16 14:38:17 +00:00
.gitignore fix(core): update 2020-03-16 15:13:58 +00:00
.gitlab-ci.yml fix(core): update 2020-03-16 15:13:58 +00:00
license fix(core): update 2020-03-13 20:22:56 +00:00
npmextra.json fix(core): update 2020-03-13 20:22:56 +00:00
package-lock.json fix(core): update 2020-03-16 15:13:58 +00:00
package.json fix(core): update 2020-03-16 15:13:58 +00:00
readme.md fix(core): update 2020-03-16 15:13:58 +00:00
test.js added callback support 2016-01-20 04:01:21 +01:00
tslint.json fix(core): update 2020-03-13 20:22:56 +00:00

@pushrocks/smartarchive

work with archives

Status for master

pipeline status coverage report npm downloads per month Known Vulnerabilities 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

Contribution

We are always happy for code contributions. If you are not the code contributing type that is ok. Still, maintaining Open Source repositories takes considerable time and thought. If you like the quality of what we do and our modules are useful to you we would appreciate a little monthly contribution: You can contribute one time or contribute monthly. :)

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