
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
repocard-cli
Advanced tools
Generate beautiful terminal cards for GitHub repositories.
npm install -g repocard-cli
repocard facebook/react
╭──────────────────────────── ▇▇ repocard ────────────────────────────╮
│ │
│ facebook/react │
│ │
│ The library for web and native user interfaces. │
│ │
│ ──────────────────────────────────────────────────────── │
│ │
│ ★ 232k stars ⑂ 47.5k forks ◉ 232k watchers ○ 980 issues │
│ │
│ ──────────────────────────────────────────────────────── │
│ │
│ Language ● JavaScript │
│ License MIT │
│ Size 413.5 MB │
│ Branch main │
│ Updated Dec 15, 2024 │
│ Website https://react.dev │
│ │
│ ──────────────────────────────────────────────────────── │
│ │
│ Clone: │
│ git clone https://github.com/facebook/react.git │
│ │
╰─────────────────────────────────────────────────────────────────────╯
repocard facebook/react --minimal
facebook/react - The library for web and native user interfaces. ★ 232k ⑂ 47.5k ● JavaScript [MIT]
repocard facebook/react --json
repocard facebook/react --compare vuejs/vue
# Print SVG to stdout
repocard facebook/react --svg
# Save SVG to file
repocard facebook/react --svg-file card.svg
| Flag | Description |
|---|---|
--json | Output raw GitHub API data as JSON |
--minimal | Compact one-line output |
--compare <owner/repo> | Side-by-side comparison with another repo |
--svg | Output card as SVG markup |
--svg-file <path> | Save card as SVG file |
To avoid GitHub API rate limits, set a token:
export GITHUB_TOKEN=ghp_your_token_here
The tool also reads GH_TOKEN (used by GitHub CLI).
Supports color-coded language indicators for 30+ languages including JavaScript, TypeScript, Python, Rust, Go, Java, C++, Ruby, Swift, Kotlin, and more.
MIT
FAQs
Generate beautiful terminal cards for GitHub repos
We found that repocard-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.