https://github.com/matteogauthier/github-user-info
Github cli app to display user info
https://github.com/matteogauthier/github-user-info
cli github-cli
Last synced: 3 months ago
JSON representation
Github cli app to display user info
- Host: GitHub
- URL: https://github.com/matteogauthier/github-user-info
- Owner: MatteoGauthier
- Created: 2019-07-10T10:15:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-12T03:58:57.000Z (about 3 years ago)
- Last Synced: 2025-03-28T17:54:59.261Z (9 months ago)
- Topics: cli, github-cli
- Language: JavaScript
- Homepage:
- Size: 122 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# github-user-info
Github cli app to display user info
# Usage
`npm i -g gh-user-info`
```yaml
$ gh-user-info --help
Usage: gh-user-info -u [eg. username] --copy [eg. login] -o
Options:
--version Show version number [boolean]
-c, --copy Copy user infos
-o, --open Open in your browser the current github profile
-u, --user Chose a specific github user
-h, --help Show help [boolean]
Mattèo Gauthier - semoule.fr 2019
```
## Dev Instruction
Clone the repository
`git clone https://github.com/MatteoGauthier/github-user-info`
Start the app
`node .`
## TODO
- [ ] replace node-fetch by got
- [ ] remove terminal-link