https://github.com/archiverjs/node-compress-commons
a library that defines a common interface for working with archive formats within node
https://github.com/archiverjs/node-compress-commons
Last synced: over 1 year ago
JSON representation
a library that defines a common interface for working with archive formats within node
- Host: GitHub
- URL: https://github.com/archiverjs/node-compress-commons
- Owner: archiverjs
- License: mit
- Created: 2014-08-22T08:40:51.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-03-17T06:42:40.000Z (over 1 year ago)
- Last Synced: 2025-04-01T12:05:58.728Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 386 KB
- Stars: 16
- Watchers: 4
- Forks: 29
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Compress Commons
Compress Commons is a library that defines a common interface for working with archive formats within node.
[](https://nodei.co/npm/compress-commons/)
## Install
```bash
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
- [Changelog](https://github.com/archiverjs/node-compress-commons/releases)
- [Contributing](https://github.com/archiverjs/node-compress-commons/blob/master/CONTRIBUTING.md)
- [MIT License](https://github.com/archiverjs/node-compress-commons/blob/master/LICENSE-MIT)
## Credits
Concept inspired by [Apache Commons Compress](http://commons.apache.org/proper/commons-compress/)™.
Some logic derived from [Apache Commons Compress](http://commons.apache.org/proper/commons-compress/)™ and [OpenJDK 7](http://openjdk.java.net/).