BlackJack 3df7502993 most working, work on front end | před 6 roky | |
---|---|---|
.. | ||
lib | před 6 roky | |
LICENSE | před 6 roky | |
README.md | před 6 roky | |
package.json | před 6 roky |
Compress Commons is a library that defines a common interface for working with archive formats within node.
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.
Concept inspired by Apache Commons Compress™.
Some logic derived from Apache Commons Compress™ and OpenJDK 7.