The unified CLI tool for Hexagram30
Whatever means you use to set up a Golang programming environment. Here's an example:
$ export GOPATH=$GOPATH:`pwd`
$ export GOBIN=$GOPATH/bin:`pwd`/bin
$ export PATH=$PATH:$GOBIN
$ mkdir -p `pwd`/src/github.com/hexagram30
$ cd ./src/github.com/hexagram30
$ git clone https://github.com/hexagram30/cli.git
$ cd cli
To install pre-built binaries, you currently need to have Go installed (in the future, hxgm30 binaries will be published to github).
Having done the steps above for setting up an environment (or something similar):
$ make build
Same steps as in the build, and then:
$ make install
Two sources are available:
hxgm30 help roll
hxgm30 help roll meta
Copyright © 2019-2020, Hexagram30 <hexagram30@cnbb.games>
Apache License, Version 2.0