Cli tool that allows you to dowload a github repository markdowns as a single pdf.
Install with npm:
$ npm install -g github2pdfThe 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.
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.