https://github.com/marknjunge/guc
A small application to convert a git url from SSH to HTTPS.
https://github.com/marknjunge/guc
Last synced: over 1 year ago
JSON representation
A small application to convert a git url from SSH to HTTPS.
- Host: GitHub
- URL: https://github.com/marknjunge/guc
- Owner: MarkNjunge
- License: unlicense
- Created: 2019-03-31T09:41:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-31T10:17:47.000Z (over 7 years ago)
- Last Synced: 2025-02-15T07:28:58.552Z (over 1 year ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# GUC
A small application to convert a git url from SSH to HTTPS.
## Installation
Download the latest pre-built binary from [releases](https://github.com/MarkNjunge/guc/releases).
## Usage
`$ guc git@github.com:MarkNjunge/JustJava-Android.git`
or
`$ guc https://github.com/MarkNjunge/JustJava-Android.git`
## Development
```
git clone https://github.com/MarkNjunge/guc.git
cd guc
# Build
cargo build
# Test
cargo test
# Run
cargo run
```