An open API service indexing awesome lists of open source software.

https://github.com/atharmohammad/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.
https://github.com/atharmohammad/imagily

command-line-tool javascript merkle-tree nodejs version-control yargs

Last synced: 5 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 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
```