jarvis/node_modules/compress-commons
2026-04-13 22:01:33 +02:00
..
lib first commit 2026-04-13 22:01:33 +02:00
CHANGELOG.md first commit 2026-04-13 22:01:33 +02:00
LICENSE first commit 2026-04-13 22:01:33 +02:00
package.json first commit 2026-04-13 22:01:33 +02:00
README.md first commit 2026-04-13 22:01:33 +02:00

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.