This CLI tool allows users to fetch and display recent GitHub activity for a specified user. It supports various event types such as pushes, issues, stars, forks, and pull requests. The tool is built using Node.js and leverages the GitHub API to fetch user activity. https://roadmap.sh/projects/github-user-activity.
You can run the CLI tool directly using npx
without installing it globally:
npx @keshavashiya/gh <username>
-
Clone the repository:
git clone https://github.com/keshavashiya/gh.git cd gh
-
Install the dependencies:
npm install
-
Make the CLI executable globally:
npm link
To fetch and display recent GitHub activity for a user, run the following command:
gh-cli <username>
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License.