-
Notifications
You must be signed in to change notification settings - Fork 0
Minimal tool for comparing the difference between ZIP archives.
License
siriushq/dzip
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
siriushq/dzip ============= Minimal tool for comparing the difference between ZIP archives. To use it, run the following terminal commands: 1. Install Bun (or another npm-compatible runtime): on Windows [powershell -c "irm bun.sh/install.ps1 | iex"] on Linux & Mac [curl -fsSL https://bun.sh/install | bash] 2. run dzip without installation using bunx: [bunx @siriushq/dzip] 3. optionally, install globally: [bun i -g @siriushq/dzip] and then run [dzip] dzip does not care about the file extension of the provided path. for example, a JVM JAR file can be supplied to this tool.
About
Minimal tool for comparing the difference between ZIP archives.