This tool is a simple cli application that allows you to fetch some basic information about a GitHub repository or user.
To use this tool, you can simply clone the repository and run the following command:
- Clone the repository:
git clone https://github.com/golrice/githubtools.git
- Use cargo to build the tool:
cd githubtools
cargo build --release
we have some commands to fetch information about a GitHub repository or user:
repo
: fetch information about a GitHub repository
./target/release/githubtools repo <owner> <repo>
activities
: fetch recent activities of a GitHub user
./target/release/githubtools activities <user>
This tool is licensed under the MIT license.
Contributions are welcome! Feel free to open an issue or submit a pull request.