Skip to content

golrice/githubtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Tools

Overview

This tool is a simple cli application that allows you to fetch some basic information about a GitHub repository or user.

Installation

To use this tool, you can simply clone the repository and run the following command:

  1. Clone the repository:
git clone https://github.com/golrice/githubtools.git
  1. Use cargo to build the tool:
cd githubtools
cargo build --release

Usage

we have some commands to fetch information about a GitHub repository or user:

  1. repo: fetch information about a GitHub repository
./target/release/githubtools repo <owner> <repo>
  1. activities: fetch recent activities of a GitHub user
./target/release/githubtools activities <user>

License

This tool is licensed under the MIT license.

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages