Current version: 0.0.1 (Changelog)
Github Batch provides a batch interface for creating issues for Github repos. Currently, it can create issues singly; in the future, it will be able to create them by parsing textfiles, and from uploaded images.
- Node
- NPM
For the backend:
cd gatekeeper && npm install
For the frontend:
cd web && npm install && bower install
For the backend:
- Add your Github API ID and secret to the environment variables
OAUTH_CLIENT_ID
andOAUTH_CLIENT_SECRET
- Run
node server.js
in thegatekeeper
directory.
For the frontend:
- Run
grunt serve
in theweb
directory.
Thanks to the Prose team for creating Gatekeeper, which made learning the OAuth steps less painful.