GitHunt
KR

krasio/gomate-cli

CLI for Gomate

Gomate CLI

CLI for Gomate.

Usage

$ go build

$ ./script/start-redis.sh

$ GOMATE_REDIS_URL=redis://localhost:9999/0 ./gomate-cli load suburb < data/suburbs.json 
Connecting to Redis using redis://localhost:9999/0.
Loaded a total of 3 items.

$ GOMATE_REDIS_URL=redis://localhost:9999/0 ./gomate-cli query suburb well
Connecting to Redis using redis://localhost:9999/0.
Query suburb for "well":

  Wellington
  Welly

$ ./script/stop-redis.sh

License

MIT licence.

Languages

Go95.0%Shell5.0%

Contributors

MIT License
Created February 23, 2017
Updated February 23, 2017
krasio/gomate-cli | GitHunt