josherich/repo-to-pdf

Upgrade version please?

Opened this issue · 2 comments

Many lib this use has deprecated so can you update new one?

In my case, change "relaxedjs": "0.2.5" in package.json would work because "relaxedjs": "0.2.4" depends on node-sass which required certain node.js version.

"relaxedjs": "0.2.5" dependes sass which is pure javascript package.

author has unreleased branch more-renderer that works well for me.

git clone https://github.com/josherich/repo-to-pdf.git
cd repo-to-pdf && yarn
npm link
brew install wkhtmltopdf
repo-to-pdf -r wkhtmltopdf ./

Then you should see repo-to-pdf.pdf generated.