Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 1.52 KB

File metadata and controls

54 lines (41 loc) · 1.52 KB

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