Welcome to GHView, a CLI for GitHub Organizations.
Note: This has been tested on Python 3.7 though 3.x should be fine.
- Clone this repo
python setup.py install
ghview --help
- Go to your GitHub Settings
- Create a Personal Access Token (PAT). No permissions are required.
export GHVIEW_USERNAME=[github username]
export GHVIEW_PAT=[PAT]
ghview amazon 15
pipenv install
- make changes
pipenv run test
or
python setup.py develop
- creates symlinks back to the code- make changes
ghview
in your shell will be synced with your local GHview codepipenv run test
still works
- CI/CD
- Serialize GitHub responses