1.0.0 • Published 4 years ago

deflate-cli v1.0.0

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

deflate-cli

A CLI utility for compressing streams with deflate algorithm

Install

npm i -g deflate-cli

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

Use

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

cat somefile | deflate

or

deflate somefile
1.0.0

4 years ago