0.1.6 • Published 4 years ago

@ev-fns/gzip v0.1.6

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

@ev-fns/gzip

Async gzip file

  • gzip (source: string, destination = source + ".gz") => Promise<void>

Install

yarn add @ev-fns/gzip

Usage

const { gzip } = require("@ev-fns/gzip");

const filename = "./backup_file";

gzip(filename).then(() => {
  console.log("gzip finished");
});
0.1.3

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago