https://github.com/jish/issues
Fetch GitHub Issues
https://github.com/jish/issues
Last synced: about 1 year ago
JSON representation
Fetch GitHub Issues
- Host: GitHub
- URL: https://github.com/jish/issues
- Owner: jish
- Created: 2018-02-21T04:43:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-01T04:20:47.000Z (about 8 years ago)
- Last Synced: 2025-02-12T08:17:57.824Z (over 1 year ago)
- Language: Elixir
- Size: 1.84 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Issues
Fetch a list of Issues from a GitHub project.
Pass in the username and the project name and the issues will be printed to the
screen.
## Running
To look up issues for a specifig project run:
$ ./issues elixir-lang elixir
id | created_at | title
-----------+----------------------+-------------------------------------------------------------------------------------
264042653 | 2017-10-09T22:18:14Z | ExUnit diff of two lists is confusing when head is missing
267255992 | 2017-10-20T17:57:30Z | Revisit strictness of Access module #6515
270597969 | 2017-11-02T10:12:37Z | Mix.Config needs a function for importing configs reliably in umbrella applications
275203044 | 2017-11-19T23:25:35Z | Consider requiring all calls to logger to pass a function