MyGitHub

As I'm iterating quite often across all repositories for specific GitHub
organizations I have created this small utility that currently just prints out
all available repositories for specific users or organizations. Maybe I will add
more features if I need it, this tool is more for personal use, but of course
you can use it if you like it.
Install
You can download prebuilt binaries from our GitHub releases, or you
can use our Docker images published on Docker Hub or Quay.
If you need further guidance how to install this take a look at our
documentation.
Development
Make sure you have a working Go environment, for further reference or a guide
take a look at the install instructions. This project requires
Go >= v1.17, at least that's the version we are using.
git clone https://github.com/webhippie/mygithub.git
cd mygithub
make generate build
./bin/mygithub -h
Security
If you find a security issue please contact
thomas@webhippie.de first.
Contributing
Fork -> Patch -> Push -> Pull Request
Authors
License
Apache-2.0
Copyright
Copyright (c) 2018 Thomas Boerger <thomas@webhippie.de>