3.0.2 • Published 4 years ago

@compare/github v3.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

compare-github

npm: version npm: total downloads Build Status Coverage Status

Compare GitHub repositories in terminal.

npm.io

Install

npm install -g @compare/github

Use

compare-github 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:

compare-github 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
Repositoryvuejs/vuefacebook/react
LanguageJavaScriptJavaScript
Createdover 5 yearsover 5 years
Updatedabout 13 hoursabout 15 hours
Stars128024122485
Watches57836644
Forks1823222202
Issues227541
Size26.13MB137.09MB
OwnerOrganizationOrganization

Contribution

PRs are accepted.

See CONTRIBUTING.md for more information.