/node-unzipper-multifile

Unzipper with multi file parsing.

Primary LanguageJavaScriptOtherNOASSERTION

unzipper

This is a fork of https://github.com/ZJONSSON/node-unzipper and uses the issue fix raised in this ticket 257.

Installation

$ npm install https://github.com/diverta/node-unzipper-multifile

Examples can be read from the main repository. However, in order to import this package, the name is node-unzipper-multifile. So, the usage will be const unzipper = require('node-unzipper-multifile');