A library for working with archive files, providing utilities for compressing and decompressing data.
Go to file
2021-04-19 14:13:53 +00:00
.vscode fix(core): update 2021-04-19 11:49:25 +00:00
dist_ts fix(core): update 2020-03-13 20:22:56 +00:00
test fix(core): update 2021-04-19 12:15:23 +00:00
ts fix(core): update 2021-04-19 14:13:53 +00:00
.gitignore fix(core): update 2020-03-16 15:13:58 +00:00
.gitlab-ci.yml fix(core): update 2021-04-19 11:49:25 +00:00
license fix(core): update 2020-03-13 20:22:56 +00:00
npmextra.json fix(core): update 2020-03-16 15:48:38 +00:00
package-lock.json 2.0.2 2021-04-19 12:15:24 +00:00
package.json 2.0.2 2021-04-19 12:15:24 +00:00
readme.md fix(core): update 2021-04-19 11:49:25 +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

Status Category Status Badge
GitLab Pipelines pipeline status
GitLab Pipline Test Coverage coverage report
npm npm downloads per month
Snyk Known Vulnerabilities
TypeScript Support TypeScript
node Support node
Code Style Code Style
PackagePhobia (total standalone install weight) PackagePhobia
PackagePhobia (package size on registry) PackagePhobia
BundlePhobia (total size when bundled) BundlePhobia
Platform support Supports Windows 10 Supports Mac OS X

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