https://github.com/frantjc/go-steamcmd
Go module to download and interact with Valve's Steam's steamcmd.
https://github.com/frantjc/go-steamcmd
go golang steam steamcmd
Last synced: 2 months ago
JSON representation
Go module to download and interact with Valve's Steam's steamcmd.
- Host: GitHub
- URL: https://github.com/frantjc/go-steamcmd
- Owner: frantjc
- License: mit
- Created: 2024-01-10T03:31:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-17T23:01:59.000Z (3 months ago)
- Last Synced: 2025-02-17T23:29:16.665Z (3 months ago)
- Topics: go, golang, steam, steamcmd
- Language: Go
- Homepage:
- Size: 115 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-steamcmd [](https://github.com/frantjc/go-steamcmd/actions) [](https://pkg.go.dev/github.com/frantjc/go-steamcmd) [](https://goreportcard.com/report/github.com/frantjc/go-steamcmd)
[Go](https://go.dev) module download and interact with Valve's Steam's [`steamcmd`](https://developer.valvesoftware.com/wiki/SteamCMD).
## install
```sh
go get github.com/frantjc/go-steamcmd
```## use
See [examples](examples/).