Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2024-12-24T03:48:39.000Z (11 days ago)
- Last Synced: 2024-12-24T04:29:53.997Z (11 days ago)
- Topics: go, golang, steam, steamcmd
- Language: Go
- Homepage:
- Size: 83 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 [![CI](https://github.com/frantjc/go-steamcmd/actions/workflows/ci.yml/badge.svg?branch=main&event=push)](https://github.com/frantjc/go-steamcmd/actions) [![godoc](https://pkg.go.dev/badge/github.com/frantjc/go-steamcmd.svg)](https://pkg.go.dev/github.com/frantjc/go-steamcmd) [![goreportcard](https://goreportcard.com/badge/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/).