A simple tool for comparing the difference between ZIP archives.
- Ensure you have NodeJS installed on your system and added to your PATH as normal.
- Run
npm i -g @siriusindustries/dzip
orpnpm i -g @siriusindustries/dzip
oryarn global add @siriusindustries/dzip
to install. - Run
dzip <first archive> <second archive>
to view the difference between the archives.
Other kinds of ZIP archives, such as JARs, are supported by this tool - it does not function based on the file extension.