amishbni / issues

Learning exercise; command-line tool to list n newest (or oldest) issues of a GitHub project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues

Installation

Clone the repository and move into the project's directory.

git clone https://github.com/amishbni/issues
cd issues

Copy the executable file, issues, into your system's /usr/local/bin directory.

sudo cp issues /usr/local/bin

Usage

List 5 newest issues

λ issues elixir-lang elixir 5

List 10 oldest issues

λ issues python cpython -10

The default count of issues is 10, so these commands are identical

λ issues phoenixframework phoenix
λ issues phoenixframework phoenix 10

About

Learning exercise; command-line tool to list n newest (or oldest) issues of a GitHub project.


Languages

Language:Elixir 100.0%