5 ms·
Nice to see this getting some publicity. The markdown-resume-js project that this uses is based on my own markdown resume project at https://github.com/there4/m
by there4 12y ago
Nice to see this getting some publicity. The markdown-resume-js project that this uses is based on my own markdown resume project at https://github.com/there4/markdown-resume https://github.com/there4/markdown-resume.
It's a project that generates both html and pdf versions of a resume written in markdown. It's distributed as a phar file so you can keep a copy in your bin folder and just keep your resume.md in it's own repo.
This was originally a way to experiment with css descendant selectors and learning more about the capabilities of wkhtmltopdf. It's limited compared to LaTex, but it's reasonable for a simple resume.
- c0brac0bra 12y agoThanks for your work! I'm the author of markdown-resume-js and it wouldn't exist if I didn't have your repo to blatantly rip-off :) I'm actually surprise the library is getting any use at all. I hacked it together over a week after being frustrated with the options out there, then finding yours and wanting the same thing in node.