Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/).