Skip to content

billiegoose/deflate-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A CLI utility for deflating streams with the `deflate` algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published