https://github.com/threeal/github-report
A CLI Program to obtains overall report from a specific GitHub's user
https://github.com/threeal/github-report
cli github github-user reporting
Last synced: 10 months ago
JSON representation
A CLI Program to obtains overall report from a specific GitHub's user
- Host: GitHub
- URL: https://github.com/threeal/github-report
- Owner: threeal
- License: mit
- Created: 2021-07-10T02:09:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-10T05:59:12.000Z (over 4 years ago)
- Last Synced: 2025-01-26T11:42:26.684Z (12 months ago)
- Topics: cli, github, github-user, reporting
- Language: C++
- Homepage:
- Size: 53.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Report
This project contains a CLI program to obtains overall report from a specific [GitHub](http://github.com/) user.
## Requirements
- [cUrlpp](https://github.com/jpbarrette/curlpp/).
- [argparse](https://github.com/p-ranav/argparse).
- nlohmann's [json](https://github.com/nlohmann/json).
- C++17.
## 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.
```sh
$ mkdir build && cd build
```
- Configure CMake.
```sh
$ cmake ..
```
- Build and install.
```sh
$ make -j8 && make install
```
## Example


## License
This project is licensed under the [MIT license](./LICENSE).