github-issues-to-pdf
v1.4.0
Published
Given a username, GIP will crawl through their repositories grabbing all issues and outputting them to a local folder as PDFs.
Downloads
45
Maintainers
Readme
GitHub Issues to PDF
A program to help collect GitHub issues as PDF files.
Note: Node v7.4+ required to run GitHub Issues to PDF
Installation
- Clone or Download GitHub Issues to PDF (GIP).
- Run
npm install
inside the folder containing GIP. - To avoid GitHub API limits create your own Personal Access Token, GIP will ask you for it the first time you run it.
- From the command line, navigate to the GIP folder and run
npm start
The pdfs will render to './rendered_pdfs'; if the folder does not exist yet, it will be created.