Skip to content

Konstantin-create/VCS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VCS

Views HoC

VCS - is my simple open source version controll system written on python.

Directory initialization syntax


Project Overview

  • commands/ - directory in which the source codes of subcommands such as init, add are located
  • tools/ - directory containing helper functions for classes from the commands/ directory
  • vcs.py - commands handler

Run Locally

~ git clone https://github.com/Konstantin-create/VCS.git
~ cd VCS
~ pip install -r requirements.txt

Full documentation


P.S.

VCS development has been temporarily stopped, but it will start when I get at least some feedback from you about the bugs found


Author: Konstantin-create
Licence: GNU General Public License v3.0