Skip to content

raderj89/issue_fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Issues Fetcher

A simple CLI app written in Elixir that fetches and prints GitHub issues.

This project is included in Programming Elixir.

Use it

  • Make sure you've got Erlang installed.
  • Clone the repo: git clone [email protected]:raderj89/issue_fetcher.git
  • cd issue_fetcher
  • Run the app from the command line: $ ./issues <github-username> <repo> <number-of-issues default=4>
    • e.g.: $ ./issues elixir-lang elixir 10
    • if you leave out a number, the app defaults the number of issues to 4

About

CLI app written in Elixir to fetch GitHub issues

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages