Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ahmedheakl/vcgo

Swift Version Control CLI Tool in GoLang
https://github.com/ahmedheakl/vcgo

Last synced: about 2 months ago
JSON representation

Swift Version Control CLI Tool in GoLang

Awesome Lists containing this project

README

        

# VCGO: Version-Control in Go
Swift Version Control CLI Tool in GoLang

## To build the project

Make sure you have GoLang installed, and do:
```bash
go build -o vc main.go
```

## VC commands

Make sure you've built the project first.

1. `init`
```bash
vc init
```