Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericjiang97/fetch-github-profile
Fetching GitHub Profile into Your Terminal
https://github.com/ericjiang97/fetch-github-profile
Last synced: 15 days ago
JSON representation
Fetching GitHub Profile into Your Terminal
- Host: GitHub
- URL: https://github.com/ericjiang97/fetch-github-profile
- Owner: ericjiang97
- License: mit
- Archived: true
- Created: 2019-05-14T03:20:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-08T23:38:34.000Z (about 5 years ago)
- Last Synced: 2024-10-17T05:39:33.436Z (26 days ago)
- Language: JavaScript
- Homepage:
- Size: 7.59 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fetch-github-profile
Fetching a GitHub Profile Card directly into Your Terminal
[![npm version](https://badge.fury.io/js/fetch-github-profile.svg)](https://github.com/lorderikir/fetch-github-profile)
![](./images/demo.gif)
# Package Usage
## Installation
To install this run
```bash
npm install fetch-github-profile -gyarn global add fetch-github-profile
```## Running
To run simply type `fetch-github-profile`, you can also pass in a username argument with the `--user=""` flag.
## Flags
| Flag | Description |
| -------------------------------------- | ------------------------------ |
| `-v` or `--version` | Returns current version |
| `-r` or `--repos` | Lists top 5 most starred repos |
| `-u=` or `--user=` | Provide a user in |## Developing
Simply clone this repository and use `yarn develop` or `npm run develop` to test it out. You may need to pass arguments in.
# LICENSE
This is licensed under `MIT`