Simple Elixir application that hits the GitHub repos API, pulls down any issues that have been submitted and outputs them into a nice CLI table.
Useful for not much, other than if you wanted to check your GitHub repo's issues without actually going to GitHub... For some reason...
- Fork it ( https://github.com/rbnpercy/challenge/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
@rbnpercy Robin Percy - creator, maintainer