# Repoify

Repoify is a custom-built Version Control System (VCS) created as a fun learning project. It helps users manage version control locally by creating a simple folder-based structure for managing changes.

---

## Features

- **Initialize Repositories**: Quickly create a `.repoify` folder to manage your repository.
- **Simple Structure**: Creates a config file and commits folder to store project information.
- **Lightweight**: Ideal for learning and experimenting with version control concepts.

---

## Installation

To use Repoify, install it globally via NPM:

```bash
npm install -g repoify
```
