https://github.com/alexandervalencia/github-issues-to-pdf
GitHub Issues to PDF Exporter using Puppeteer
https://github.com/alexandervalencia/github-issues-to-pdf
github github-issues github-issues-export pdf-generation pupeteer
Last synced: 3 days ago
JSON representation
GitHub Issues to PDF Exporter using Puppeteer
- Host: GitHub
- URL: https://github.com/alexandervalencia/github-issues-to-pdf
- Owner: alexandervalencia
- License: mit
- Created: 2017-04-13T16:14:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T13:32:50.000Z (over 4 years ago)
- Last Synced: 2025-09-23T09:51:51.048Z (7 months ago)
- Topics: github, github-issues, github-issues-export, pdf-generation, pupeteer
- Language: JavaScript
- Homepage:
- Size: 2.36 MB
- Stars: 18
- Watchers: 0
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Issues to PDF
### A program to help collect GitHub issues as PDF files.
## Note: Node v7.6+ required to run GitHub Issues to PDF
## Installation
1. Clone or Download GitHub Issues to PDF (GIP).
2. Run `npm install` inside the folder containing GIP.
3. To avoid GitHub API limits create your own [Personal Access Token](https://github.com/settings/tokens/new), GIP will ask you for it the first time you run it.
4. 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.