Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/s-m-i-t-a/issues

A GitHub issues CLI
https://github.com/s-m-i-t-a/issues

Last synced: 5 days ago
JSON representation

A GitHub issues CLI

Awesome Lists containing this project

README

        

Issues
======

A console application for github issues.

Free software: BSD license

Requirements
------------

* Elixir v1.0.0+

Quickstart
----------

Clone the repository:

$ git clone https://github.com/s-m-i-t-a/issues.git
$ cd issues

then get deps and compile

$ mix do deps.get, compile

create executable and run application

$ mix escript.build
$ ./issues elixir-lang elixir 5

or print help

$ ./issues help