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.
- Host: GitHub
- URL: https://github.com/atharmohammad/imagily
- Owner: atharmohammad
- Created: 2022-10-09T17:49:25.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-22T06:43:59.000Z (over 2 years ago)
- Last Synced: 2025-03-31T10:51:26.675Z (6 months ago)
- Topics: command-line-tool, javascript, merkle-tree, nodejs, version-control, yargs
- Language: JavaScript
- Homepage:
- Size: 3.42 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```