github_client

github client for github.com


License
Other
Install
pip install github_client==0.2.4

Documentation

github_cli

github is a command for managing your project on github.com

Installation

pip install github_client

Or

git clone https://github.com/fraoustin/github_cli.git
cd github_cli
python setup.py install

Usage

github has a list of verb:

  • repos / ls
  • repo
  • edit
  • create
  • rm
  • branch

can you use param --no-color

for sample

github ls fraoustin
github rm test -u fraoustin/mypassword

You can managing parameters of shcs-cli by ~/.github/conf.py file or the environment variables starting with GITHUB

github search name of repository by

  • parameter
  • directory (search .git/config)

github use parameter command before environment variables before conf.py

list of parameters (and environment variables)

  • GITHUB_URL
  • GITHUB_USER
  • GITHUB_PASSWORD