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

https://github.com/benlubar/dfhackrpc

Package dfhackrpc provides a DFHack RPC client.
https://github.com/benlubar/dfhackrpc

dfhack rpc-client

Last synced: 11 months ago
JSON representation

Package dfhackrpc provides a DFHack RPC client.

Awesome Lists containing this project

README

          

# DFHack RPC client (Go implementation)

[![Maintainability](https://api.codeclimate.com/v1/badges/360508395b1f3005b9a8/maintainability)](https://codeclimate.com/github/BenLubar/dfhackrpc/maintainability)
[![CodeFactor](https://www.codefactor.io/repository/github/benlubar/dfhackrpc/badge)](https://www.codefactor.io/repository/github/benlubar/dfhackrpc)
[![Go Report Card](https://goreportcard.com/badge/github.com/BenLubar/dfhackrpc)](https://goreportcard.com/report/github.com/BenLubar/dfhackrpc)
[![GoDoc](https://godoc.org/github.com/BenLubar/dfhackrpc?status.svg)](https://godoc.org/github.com/BenLubar/dfhackrpc)

Package dfhackrpc provides a DFHack RPC client.

For example code, see the [dfhack-run](cmd/dfhack-run/main.go) command.