This package has been deprecated

Author message:

The package name has been changed to @compare/github. Install @compare/github for future releases.

gh-compare

2.0.0 • Public • Published

gh-compare

Compare GitHub repositories in terminal.

Install

npm install --global gh-compare

Usage

gh-compare vuejs/vue facebook/react
ℹ 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:

gh-compare vuejs/vue facebook/react --markdown
ℹ 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

Readme

Keywords

Package Sidebar

Install

npm i gh-compare

Weekly Downloads

0

Version

2.0.0

License

MIT

Unpacked Size

9.47 kB

Total Files

6

Last publish

Collaborators

  • uetchy