diff-zip-with-folder
v5.0.8
Published
Check if there is a difference between a zip and a folder
Downloads
9
Readme
diff-zip-with-folder
Small utility to check if a zip differs from a folder. Compares files with extensions: '.md', '.js', '.json', '.css', '.eolpreserve', '.html', '.xml', '.xsl' as text files (considers others as binary files).
Options:
-V, --version output the version number
-z, --zip [value] zip to compare with folder
-f, --folder [value] folder to compare with zip
-o, --output [value] output location (default: C:\Users\Gebruiker\Documents\Development\Webstorm Projecten\diff-zip-with-folder\src\tmp)
-h, --help output usage information
Example invocation:
dzwf --zip APIProxy.zip --folder ./APIProxy/ --sub-dir APIProxy --output ./tmp/
will extract APIProxy.zip to folder ./tmp/ and compare ./tmp/APIProxy/ with folder ./APIProxy/