@bellvoud/github-activity-cli
v1.0.3
Published
A simple CLI GitHub Activity to show current activity
Downloads
12
Readme
GitHub Activity CLI
A simple command-line tool to fetch and display a GitHub user's recent activity.
Features
- View recent GitHub activity for any user
- Simple and fast ⚡
- No configuration needed
Installation
Global Installation (Recommended)
npm i -g @bellvoud/github-activity-cliLocal Installation
# Clone the repository
git clone https://github.com/bellvoud/github-activity-cli.git
cd github-activity-cli
# Install and link
npm linkUsage
github-activity <username>Example
github-activity kamranahmedseOutput
Output:
- Pushed 3 commits to kamranahmedse/developer-roadmap
- Opened a new issue in kamranahmedse/developer-roadmap
- Starred kamranahmedse/developer-roadmapRequirements
- Node.js >= 14.0.0
Supported Activities
- Push commits
- Open/close issues
- Star repositories
- Fork repositories
- Create repositories
- Pull requests
- And more!
Project
This project is from roadmap.sh.
