https://github.com/gamepowerx/kekuploadcliclient
A simple CLI client for UploadServer
https://github.com/gamepowerx/kekuploadcliclient
Last synced: 10 months ago
JSON representation
A simple CLI client for UploadServer
- Host: GitHub
- URL: https://github.com/gamepowerx/kekuploadcliclient
- Owner: GamePowerX
- License: gpl-3.0
- Created: 2022-02-19T12:03:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-11T23:45:32.000Z (about 2 years ago)
- Last Synced: 2025-03-25T04:49:28.405Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 167 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KekUploadCLIClient
A simple CLI client for [UploadServer](https://oss.kotw.dev/uploadserver)
## Building
If you dont want to build this yourself check the releases tab
### Prerequirements
- dotnet
```sh
cd KekUploadCLIClient
dotnet build -c release
```