Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 466 Bytes

File metadata and controls

38 lines (26 loc) · 466 Bytes

roadmap-github-user-activity-cli

A simple CLI to fetch the recent activity of a GitHub user and display it in the terminal.

Events fetched:

  1. CreateEvent
  2. DeleteEvent
  3. IssuesEvent
  4. PullRequestEvent
  5. PushEvent
  6. ReleaseEvent

How To Use

build cli

make build

run cli

./github-activity USER_NAME

run tests

make test

run lint

make lint