A library for working with archive files, providing utilities for compressing and decompressing data.
Go to file
2023-11-14 10:55:20 +01:00
.gitea/workflows BREAKING CHANGE(core): update 2023-11-06 18:14:21 +01:00
.vscode fix(core): update 2023-07-26 16:13:33 +02:00
dist_ts BREAKING CHANGE(core): update 2023-11-06 18:14:21 +01:00
test fix(core): update 2023-11-14 10:55:19 +01:00
ts fix(core): update 2023-11-14 10:55:19 +01:00
.gitignore fix(core): update 2020-03-16 15:13:58 +00:00
license fix(core): update 2023-11-11 18:28:50 +01:00
npmextra.json fix(core): update 2023-07-26 16:13:33 +02:00
package.json 4.0.17 2023-11-14 10:55:20 +01:00
pnpm-lock.yaml fix(core): update 2023-11-14 10:55:19 +01:00
readme.md fix(core): update 2023-07-26 16:13:33 +02:00
test.js added callback support 2016-01-20 04:01:21 +01:00
tsconfig.json BREAKING CHANGE(core): update 2023-11-06 18:14:21 +01:00

@push.rocks/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

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 | © Task Venture Capital GmbH | By using this npm module you agree to our privacy policy