https://github.com/uetchy/compare-github
🎭 Compare GitHub repositories in your terminal.
https://github.com/uetchy/compare-github
compare comparison comparison-tool github
Last synced: 4 months ago
JSON representation
🎭 Compare GitHub repositories in your terminal.
- Host: GitHub
- URL: https://github.com/uetchy/compare-github
- Owner: uetchy
- License: mit
- Created: 2017-03-30T06:34:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:40:22.000Z (almost 3 years ago)
- Last Synced: 2025-04-19T20:12:30.678Z (6 months ago)
- Topics: compare, comparison, comparison-tool, github
- Language: TypeScript
- Homepage:
- Size: 3.42 MB
- Stars: 32
- Watchers: 2
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - compare-github
README
# compare-github
[](https://npmjs.com/package/@compare/github)

[](https://travis-ci.com/uetchy/compare-github)
[](https://coveralls.io/github/uetchy/compare-github?branch=master)Compare GitHub repositories in terminal.

## Install
```shell
npm install -g @compare/github
```## Use
```shell
compare-github vuejs/vue facebook/react
``````shell
ℹ Compared to 2 repositories
┌────────────┬────────────────┬────────────────┐
│ Repository │ vuejs/vue │ facebook/react │
├────────────┼────────────────┼────────────────┤
│ Language │ JavaScript │ JavaScript │
├────────────┼────────────────┼────────────────┤
│ Created │ over 5 years │ over 5 years │
├────────────┼────────────────┼────────────────┤
│ Updated │ about 13 hours │ about 15 hours │
├────────────┼────────────────┼────────────────┤
│ Stars │ 128024 │ 122485 │
├────────────┼────────────────┼────────────────┤
│ Watches │ 5783 │ 6644 │
├────────────┼────────────────┼────────────────┤
│ Forks │ 18232 │ 22202 │
├────────────┼────────────────┼────────────────┤
│ Issues │ 227 │ 541 │
├────────────┼────────────────┼────────────────┤
│ Size │ 26.13MB │ 137.09MB │
├────────────┼────────────────┼────────────────┤
│ Owner │ Organization │ Organization │
└────────────┴────────────────┴────────────────┘
✔ Generating comparison
```with markdown table:
```shell
compare-github vuejs/vue facebook/react --markdown
``````shell
ℹ Compared to 2 repositories
| Repository | vuejs/vue | facebook/react |
| ---------- | -------------- | -------------- |
| Language | JavaScript | JavaScript |
| Created | over 5 years | over 5 years |
| Updated | about 13 hours | about 15 hours |
| Stars | 128024 | 122485 |
| Watches | 5783 | 6644 |
| Forks | 18232 | 22202 |
| Issues | 227 | 541 |
| Size | 26.13MB | 137.09MB |
| Owner | Organization | Organization |
✔ Generating comparison
```| Repository | vuejs/vue | facebook/react |
| ---------- | -------------- | -------------- |
| Language | JavaScript | JavaScript |
| Created | over 5 years | over 5 years |
| Updated | about 13 hours | about 15 hours |
| Stars | 128024 | 122485 |
| Watches | 5783 | 6644 |
| Forks | 18232 | 22202 |
| Issues | 227 | 541 |
| Size | 26.13MB | 137.09MB |
| Owner | Organization | Organization |# Contribution
PRs are accepted.
See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.