Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 562 Bytes

File metadata and controls

18 lines (15 loc) · 562 Bytes

What does the project entail?

The project is a fun CLI tool that allows you to fetch recent activity of a GitHub User. It is a GitHub User Activity Homework from Roadmap.sh.

How to use it?

Make sure to have .NET 9 installed.

Make sure to clone the repository:

git clone git@github.com:nikoloz-code23/GithubActivity.git

After that, inside the project directory, run:

dotnet run --help

to get all the information needed on how to use the program.

And that's about it.