Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Latest commit

 

History

History
38 lines (22 loc) · 999 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 999 Bytes

Github Batch

Because sometimes, you just need to create a whole bunch of issues.

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.

Requirements

  • Node
  • NPM

Installation

For the backend:

  • cd gatekeeper && npm install

For the frontend:

  • cd web && npm install && bower install

Development

For the backend:

  • Add your Github API ID and secret to the environment variables OAUTH_CLIENT_ID and OAUTH_CLIENT_SECRET
  • Run node server.js in the gatekeeper directory.

For the frontend:

  • Run grunt serve in the web directory.

Credits

Thanks to the Prose team for creating Gatekeeper, which made learning the OAuth steps less painful.

Licence

GNU GPL v3.0