Skip to content

a library that defines a common interface for working with archive formats within node

License

Notifications You must be signed in to change notification settings

archiverjs/node-compress-commons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0295b96 · Oct 14, 2024
Oct 14, 2024
Oct 14, 2024
Oct 14, 2024
Aug 22, 2014
Oct 14, 2024
Oct 14, 2024
Oct 14, 2024
May 20, 2015
Oct 14, 2024
Oct 14, 2024
Oct 14, 2024
Oct 14, 2024

Repository files navigation

Compress Commons

Compress Commons is a library that defines a common interface for working with archive formats within node.

NPM

Install

npm install compress-commons --save

You can also use npm install https://github.com/archiverjs/node-compress-commons/archive/master.tar.gz to test upcoming versions.

Things of Interest

Credits

Concept inspired by Apache Commons Compress™.

Some logic derived from Apache Commons Compress™ and OpenJDK 7.