Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/viiku/issue-tracker

A command line tool written in Go, tracks open issues informations from repository.
https://github.com/viiku/issue-tracker

Last synced: 25 days ago
JSON representation

A command line tool written in Go, tracks open issues informations from repository.

Awesome Lists containing this project

README

        

# Git Issue Tracker
A command line tool written in Go, tracks open issues informations from repository. Using this github api, please note repository should be opensource otherwise we need to use KEY.

https://developer.github.com/v3/search/#search-issues.

### How to use this...
Simply clone this repository and run following command.

```
go build main.go
./main
```