HackMyResume + JSON Resume
Cool links
The open source initiative to create a JSON-based standard for resumes. For developers, by developers.
Links:
Just getting started?
Copy and Paste your info into the Resume Editor and click the download button!
Have a resume.json?
Blindly copy and paste these commands (trust me, I know stuff).
> npm install hackmyresume -g
> npm install jsonresume-theme-elegant-leonth
> hackmyresume BUILD res.json TO ./resume.all -t node_modules/jsonresume-theme-elegant-leonth
Now view your new resume and profit!
> open ./resume.html
(Link)