https://github.com/kevindasilvas/issues
Elixir CLI that fetches issues for a given username and repository using the GitHub API
https://github.com/kevindasilvas/issues
api cli elixir elixir-lang github httpoison poison
Last synced: 18 days ago
JSON representation
Elixir CLI that fetches issues for a given username and repository using the GitHub API
- Host: GitHub
- URL: https://github.com/kevindasilvas/issues
- Owner: KevinDaSilvaS
- Created: 2021-11-13T17:41:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-15T13:03:45.000Z (over 4 years ago)
- Last Synced: 2025-09-20T09:49:41.147Z (8 months ago)
- Topics: api, cli, elixir, elixir-lang, github, httpoison, poison
- Language: Elixir
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Issues
**Elixir CLI that fetches issues for a given username and repository using the GitHub API**
## Installation
If Elixir(with mix) and Erlang are installed:
- Run on terminal
```
mix escript.build
```
- CLI options
```
./issues "github_username" "repository_name" 10(optional field, dislays only the last n issues)
```