/issues

Mix CLI application that returns the issues for a given github repo

Primary LanguageElixir

Issues

Inline docs

Command line app that takes a github repo, user and optional count, and returns the applicable issues.

Installation

  1. Clone the repo
$ git clone https://github.com/jasonpilz/issues.git
$ cd issues
  1. Run the executable from the project directory
$ ./issues elixir-lang elixir

Usage

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

Development

Run tests:

mix test

Docs: Report docs coverage to InchCI

MIX_ENV=docs mix inch.report