youare
v0.1.0
Published
displays github activity of user
Maintainers
Readme
GitHub Activity CLI Tool
A simple command-line tool to interact with the GitHub API. It allows you to fetch various types of data related to GitHub users, repositories, pull requests, issues, and more.
Installation
To install the tool globally using npm, run:
npm install -g youareSample usage
Fetch user activity -
youare event <username> <page_number>Fetch user PR -
youare pulls <username> <page_number>Fetch user profile -
youare profile <username>Fetch user's starred repositories and metadata -
youare checkStarred <username> <page_number>Fetch repository issues -
youare issues <repository_name> <page_number>Fetch repository information about user -
youare repos <username> <page_number>Fetch commit history of a repository -
youare commits <repository_name> <page_number>Rate limit information -
youare checklimitEnter full repository name in the "username/repo_name" format
For in-line documentation -
youare helpOn-going development to add functionality by integrating more endpoints, and improving performance by caching responses.
Project URL - https://roadmap.sh/projects/github-user-activity
