View issues offline from a public GitHub repository.
Nowadays, more and more places have an internet connection, but there are still places where there's either no connection or it is really slow. Your source code lives in git, and git doesn't require you to be online in order to make commits/branches/etc. That's fine. But a more important part is not available offline. It's GitHub Issues. There's no possibility to have them on your local machine without an internet connection. This tool aims to solve that problem. The tool requires you to only have a stable connection once in order to copy all open issues into a local PouchDB instance. Then you're safe to pull the plug and work entirely offline.
- Node 4.2.x
$ npm install -g hyrule
You need to provide the repository in the username/repository notation. Then all the issues are downloaded and shown in the UI.
(here we are getting all issues from schultyy/avm)
$ hyrule schultyy/avm
hyrule stores all issues in $HOME/.hyrule
.
- Clone this repository
Then, in your terminal, run
$ npm install
After that is finished, run
$ npm link
Then you're able to start the app by running
$ hyrule