1.0.2 • Published 4 years ago

@kashima-org/tar v1.0.2

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

@kashima-org/extract-tar

:outbox_tray: | Lightweight way to extract a .tar.gz file from the internet.

Documentation | NPM | GitHub

Usage

import { extract } from '@kashima-org/extract-tar';

extract({
  file: 'filename',
  dest: 'directory',
  url: 'url to fetch from'
}).catch(console.error);

Why?

Well, we built this library so we can easily extract tar.gz files without adding more and more dependencies.

License

@kashima-org/extract-tar is released under a custom license, read here for more information.

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago