Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timdeschryver/hoo
get a GitHub user's info
https://github.com/timdeschryver/hoo
Last synced: 24 days ago
JSON representation
get a GitHub user's info
- Host: GitHub
- URL: https://github.com/timdeschryver/hoo
- Owner: timdeschryver
- Created: 2017-07-17T19:00:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-01T20:28:50.000Z (over 7 years ago)
- Last Synced: 2024-10-28T04:30:07.424Z (2 months ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hoo
> Get a GitHub user's infoThis is just a tiny little toy cli project.
Usage
```
Usage: hoo username [options]Options:
-p, --printer The printer that is being used
[choices: "pretty", "list"] [default: "pretty"]
-h, --help Show help [boolean]
-v, --version Show version number [boolean]Examples:
$ hoo tdeschryver Print out the GitHub's info of tdeschryver```