Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

inflate-cli

wmhilton8MIT1.0.0

A CLI utility for inflating streams compressed with deflate algorithm

inflate, cli

readme

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