github-kit-cli
v0.0.7
Published
github sdk wrapper to run as cli
Downloads
5
Readme
github-kit-cli
github sdk wrapper to run as cli, to get more details on params and options go to octokit
Usage
Basic
gkc --help
gkc store -a="github-api-key"
gkc search repos -p="q=org:niradler"
gkc any search repos -p="q=org:niradler"
Advance
gkc repos listForUser --params="username=niradler" --map="name" --filter="fork=true"
gkc repos listForUser --params="username=niradler&per_page=100" --map="name,has_issues,fork" -f="fork=false" -o="table"