Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/viiku/issue-tracker
- Owner: viiku
- Created: 2024-11-03T05:15:34.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-05T20:06:58.000Z (about 1 month ago)
- Last Synced: 2024-12-05T20:20:25.582Z (about 1 month ago)
- Language: Go
- Size: 3.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```