@siriusindustries/dzip
v1.0.2
Published
A simple tool for comparing the difference between ZIP archives.
Downloads
1
Readme
dzip
A simple tool for comparing the difference between ZIP archives.
Installation
- 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.
Notes
Other kinds of ZIP archives, such as JARs, are supported by this tool - it does not function based on the file extension.