/Imagily

Imagily is a version control system for images. It provides users functionalities and a command line interface to commit their work , see the changes , retreive work for their images.

Primary LanguageJavaScript

Imagily

🔖 About

Imagily provides a command line interface for users to see the difference between different versions of the image they have been editing

How it Works

Imagily relies on yargs to build command line interface and merkle tree to compare and store the different versions of the image

🚀 Features

  • Visualize the difference between two version of the image

🔥 Getting Started

Prerequisites

  • Nodejs
  • Npm

Installation

  • Fork the Repository
   $ git clone https://github.com/atharmohammad/Imagily.git
   $ cd Imagily
   $ git remote add upstream https://github.com/atharmohammad/Imagily.gi
   $ npm install
   $ npm run start