Unzipper is an open-source software used for extracting compressed files in .zip and other archive formats. It provides a simple interface for unzipping files without needing other software.
Unzipper is an open-source, cross-platform software used for extracting compressed files in .zip and other archive formats such as .rar, .7z, .tar, etc. It is implemented in JavaScript and provides a simple interface through command line or programmatic usage for unzipping archives without needing other external software.
Some key features of Unzipper include:
Unzipper runs on Windows, Linux, macOS and other platforms that support Node.js. It can be installed through the npm package manager and used in any Node.js application to add archive extraction capabilities. The simple API makes it easy to integrate into command-line tools, servers, automation scripts and more that need to manipulate .zip files and other archives.
Overall, Unzipper is a lightweight but full-featured archiving solution for JavaScript-based applications. With no native dependencies, it can enable unzipping support across different platforms and environments while avoiding the need to call out to external binary executables.
Here are some alternatives to Unzipper:
Suggest an alternative ❐