Skip to content
/ ghview Public

Let's check out some GitHub repos

Notifications You must be signed in to change notification settings

bradj/ghview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GHView

Welcome to GHView, a CLI for GitHub Organizations.

Getting Started

Note: This has been tested on Python 3.7 though 3.x should be fine.

  1. Clone this repo
  2. python setup.py install
  3. ghview --help

Authenticating

  1. Go to your GitHub Settings
  2. Create a Personal Access Token (PAT). No permissions are required.
  3. export GHVIEW_USERNAME=[github username]
  4. export GHVIEW_PAT=[PAT]
  5. ghview amazon 15

Developing

Requirements

Getting Started

  1. pipenv install
  2. make changes
  3. pipenv run test

or

  1. python setup.py develop - creates symlinks back to the code
  2. make changes
  3. ghview in your shell will be synced with your local GHview code
  4. pipenv run test still works

TODO

  1. CI/CD
  2. Serialize GitHub responses

About

Let's check out some GitHub repos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages