github-kit-cli

0.0.7 • Public • Published

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"

Readme

Keywords

Package Sidebar

Install

npm i github-kit-cli

Weekly Downloads

0

Version

0.0.7

License

MIT

Unpacked Size

18.3 kB

Total Files

6

Last publish

Collaborators

  • niradler55