inflate-cli

1.0.0 • Public • Published

inflate-cli

A CLI utility for inflating streams compressed with deflate algorithm

Install

npm i -g inflate-cli

(Note: the bin is named inflate not inflate-cli.)

Use

You can either pipe the file (preferred) or specify the file name as a command line argument.

cat somefile.Z | inflate

or

inflate somefile.Z

Readme

Keywords

Package Sidebar

Install

npm i inflate-cli

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

2.33 kB

Total Files

4

Last publish

Collaborators

  • wmhilton