Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ahmedheakl/vcgo
- Owner: ahmedheakl
- License: mit
- Created: 2023-07-01T07:49:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-01T07:56:39.000Z (over 1 year ago)
- Last Synced: 2024-06-19T19:29:43.224Z (7 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```