Command line app that takes a github repo, user and optional count, and returns the applicable issues.
- Clone the repo
$ git clone https://github.com/jasonpilz/issues.git
$ cd issues
- Run the executable from the project directory
$ ./issues elixir-lang elixir
usage: issues <user> <project/repo> [ count | 4 ]
example:
$ issues elixir-lang elixir
numb | created_at | title
-----+----------------------+-----------------------------------------
3254 | 2015-04-07T22:12:11Z | Do not allow tuple.foo calls anymore
4082 | 2015-12-17T08:20:09Z | Add make compiler
4171 | 2016-01-07T20:44:36Z | Suggesting the correct patterns to match
4617 | 2016-05-13T06:51:53Z | Support Erlang 19 new features
Run tests:
mix test
Docs: Report docs coverage to InchCI
MIX_ENV=docs mix inch.report