A command-line application written in Go that retrieves and displays user activity data from GitHub.
- Installation
- Usage/Examples
- License
Install Go
- Ensure Go is installed on your system. You can download and install it from the official Golang website.
- After installation, ensure Go is added to your $PATH. Verify the installation by running:
$ go versionClone the repository
- Clone the repository and enter the project directory
$ git clone https://github.com/mhaatha/gua-cli.git
$ cd gua-cliDownload Dependencies
$ go mod download
$ go mod tidySetup Environment Variables
- Create
.envfile in project root directory that provide your Github Personal Access Token (PAT). - .env file contains:
PAT="<Your Personal Access Token>"$ go run main.go username <github-username>This project is licensed under the MIT License. See the LICENSE file for details.