1.1.0 • Published 5 years ago

zipstats v1.1.0

Weekly downloads
10
License
BlueOak-1.0.0
Repository
github
Last release
5 years ago

NPM version Node.js CI

zipstats

For a given file, show compression stats for its content

Screenshot

Getting started

zipstats can either be used as a command-line application or included as a node package to be used as part of another node process (such as Gulp or Grunt).

CLI

$ yarn add -G zipstats
Usage: zipstats [FILENAME]

Library

$ yarn add zipstats --dev
const zipstats = require('zipstats');

console.log(zipstats("file.zip");

License

Blue Oak License v1.0.0 - A modern alternative to the MIT License.

1.1.0

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago