1.1.3 • Published 4 years ago

github2pdf v1.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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.