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 cliTo 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 buildSame steps as in the build, and then:
$ make installTwo sources are available:
- The tool itself:
hxgm30 help rollhxgm30 help roll meta
- The dice-roller CLI docs.
Copyright © 2019-2020, Hexagram30 <hexagram30@cnbb.games>
Apache License, Version 2.0
