repoify-js
Version:
Repoify is a custom-built Version Control System (VCS) created as a fun learning project to explore core concepts of version control, file management, and cloud storage integration using modern technologies.
22 lines (13 loc) • 632 B
Markdown
# 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
```