GitHub Issues
Writes GitHub Issues to :stdio in a table with borders and colors.
Inspired by the book Programming Elixir by Dave Thomas.
Usage
To use GitHub Issues locally, run these commands:
git clone https://github.com/RaymondLoranger/github_issues
cd github_issues
mix deps.get
mix escript.build
mix escript.installYou can now run the application like so:
gi --help
gi elixir-lang elixir 9 -blt dark
gi elixir-lang elixir 9 --last --table-style=darkNote
You can click on the image below for a clearer view.