Skip to content

davidshugert/github2pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github2PDF

Cli tool that allows you to dowload a github repository markdowns as a single pdf.

Install

Install with npm:

$ npm install -g github2pdf

Steps to run the tool

alt text

Output

The output will be a folder named as the owner of the repo and inside it, there will be the pdf named as the repo name.

Notes

It is recomended to add a personal access token to not be limited by github's api. This can be obtained here. If you use this tool frequently you can also add github_token on a .env file in the root of this module.

About

Cli tool to save a gitub repository markdown files as a single pdf.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published