Last Updated: February 25, 2016
·
289
· ehedenst

Erlang Hipache Client

To save time while working with hipache I needed a simple CLI. I found a go implementation but thuoght it would be a fun excercise to write one in erlang.

I put together a simple escript that you can copy from https://gist.github.com/3b2eaf1d5b56c35aef7c

It requires eredis and getopt to run so fetch and build those first, and then edit line 2 in the script to point to where they are located.