A bash script to export a Github repo's wiki as a well-structured PDF ebook.
Download the script file and make it executable:
curl https://raw.githubusercontent.com/ousmanedev/wikitopdf/master/wikitopdf.sh -o wikitopdf.sh && chmod +x wikitopdf.sh
Run the script file with the repository url as argument.
For example, to export the https://github.com/arsduo/koala/wiki repository's wiki, you just have to do:
./wikitopdf.sh https://github.com/arsduo/koala/wiki
Contributions are more than welcome.