Skip to content

hexagram30/cli

Repository files navigation

cli

The unified CLI tool for Hexagram30

Set Up Environment

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

Building

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

Installation

Same steps as in the build, and then:

$ make install

Documentation

Dice Roller

Two sources are available:

License

Copyright © 2019-2020, Hexagram30 <hexagram30@cnbb.games>

Apache License, Version 2.0

About

The unified CLI tool for all hexagram30 projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published