Fetching GitHub Profile and Generating a Card on CLI
npm install fetch-github-profileFetching a GitHub Profile Card directly into Your Terminal


To install this run
``bash
npm install fetch-github-profile -g
yarn global add fetch-github-profile
`
To run simply type fetch-github-profile, you can also pass in a username argument with the --user=" flag.
| Flag | Description |
| -------------------------------------- | ------------------------------ |
| -v or --version | Returns current version |-r
| or --repos | Lists top 5 most starred repos |-u=
| or --user= | Provide a user in |
Simply clone this repository and use yarn develop or npm run develop to test it out. You may need to pass arguments in.
This is licensed under MIT`