/github-report

A CLI Program to obtains overall report from a specific GitHub's user

Primary LanguageC++MIT LicenseMIT

GitHub Report

This project contains a CLI program to obtains overall report from a specific GitHub user.

Requirements

Usage

Run github_report program with -h options to view the program usage.

Build from Source

  • Build and install each dependencies (see requirements for the detail).
  • Create a new build directory.
    $ mkdir build && cd build
  • Configure CMake.
    $ cmake ..
  • Build and install.
    $ make -j8 && make install

Example

Example 1 Example 2

License

This project is licensed under the MIT license.