A github cli app for retrieving and downloading user info to local filesystem.
It also have a superb game you surely want to play with.
Check that out with gh-cli-go play or do gh-cli-go help for more information.
Checklist
user info
repo info
organisation info
followers
following
stars
Guess the star game
Testcases
Makefile
Installation Instruction
go build main.go -o gh-cli-go
go install
Usages
gh-cli-go -h
NAME:
gh-cli-go - A Github CLI which provides downloading users data from github.
USAGE:
gh-cli-go [global options] command [command options] [args and such]
VERSION:
v1.0.0
AUTHOR:
Manish <itzmanish108@gmail.com>
COMMANDS:
init Initialize user with github username and token
download Download all information available for initialized user
show show all information available for initialized user
play play guess the star game
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help (default: false)
--version, -v Shows current cli version (default: false)
COPYRIGHT:
(c) 2021 Manish
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.