https://github.com/mrgravity817/gh-issue-lister
Elixir client for listing Github issues by given repo name
https://github.com/mrgravity817/gh-issue-lister
elixir
Last synced: 9 days ago
JSON representation
Elixir client for listing Github issues by given repo name
- Host: GitHub
- URL: https://github.com/mrgravity817/gh-issue-lister
- Owner: MRGRAVITY817
- Created: 2022-06-19T23:37:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-22T14:07:45.000Z (about 4 years ago)
- Last Synced: 2025-02-24T23:44:06.925Z (over 1 year ago)
- Topics: elixir
- Language: Elixir
- Homepage:
- Size: 1.73 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Issue Lister
A simple Github issue lister
## How to try
```bash
$ mix escript.build
# ./issues
$ ./issues gluesql gluesql 4
num | created_at | title
----+----------------------+------------------------------------------------------------------------------
602 | 2022-06-12T03:50:40Z | Some questions regarding gluesql
604 | 2022-06-12T06:03:08Z | "error[E0433]: failed to resolve: use of undeclared type `SledStorage`" Issue
609 | 2022-06-18T09:41:54Z | Support `STDEV` aggregate function
610 | 2022-06-19T13:16:57Z | Suggestion: Use commands instead of &str to execute commands
```