Skip to content

cheerans650/zipcomparator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZipComparator

ZipComparator is a Java Maven project for comparing the contents of two .zip files. This utility is useful for verifying file consistency across zip archives, especially for scenarios involving frequent file packaging and validation.

Table of Contents

Getting Started

Follow these instructions to set up and run the ZipComparator project on your local machine.

Prerequisites

Make sure you have the following installed:

  • Java JDK 11 or higher
  • Apache Maven for dependency management and project building

Installation

  1. Clone the repository:
    https://github.com/puthusseri/zipcomparator.git
    
  2. Change into the project directory:
    cd zipcomparator
  3. Build the project:
    mvn clean install
    

Usage

To compare two sample zip files located at /path/to/zip1.zip and /path/to/zip2.zip, use:

  1. Package the Project as a JAR
    mvn clean package
  2. Run the JAR File
    java -jar target/ZipComparator-1.0-SNAPSHOT.jar <path/to/zip1.zip> <path/to/zip2.zip>

About

A simple commandline tool to compare two zip files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages