repo-to-pdf icon indicating copy to clipboard operation
repo-to-pdf copied to clipboard

Upgrade version please?

Open binhotvn opened this issue 2 years ago • 2 comments

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

binhotvn avatar Jul 06 '22 06:07 binhotvn

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.

JaosnHsieh avatar May 02 '23 07:05 JaosnHsieh

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.

JaosnHsieh avatar May 02 '23 08:05 JaosnHsieh