/gissues

Display open Github issues sorted by the oldest

Primary LanguageElixirMIT LicenseMIT

Gissues

Display open Github issues sorted by the oldest.

Build Status Inline docs

Usage

$ bin/gissues <user> <project> [ count | 4 ]

Options:
-h, --help        show this help message and exit
-v, --version     show gissues' version

Installation

Assuming you have elixir install:

$ git clone https://github.com/nayed/gissues.git
$ cd gissues
$ mix deps.get
$ mix escript.build

This will create the gissues executable file in the bin directory

Documentation

API documentation