Introduction
If you’re a developer geek like I am, you’ll want to check this out. This is awesome tool for creating resume with json file, cv can be exported as pdf or html. You can also apply different themes to make your resume looks nicer.
Only thing you need to do it create a json file. You can also host json as git repository and have a continuous deployment by just updating json file. Like a developer geek you want to have something that follows your daily work routine.
You can deploy html version in any of the cloud service.
Installation
You can install as npm cli package, by simply executing this command.
sudo npm install -g resume-cliCreate
You can create sample json resume file.
resume initYou can also and build json file online, by clicking following link.
http://registry.jsonresume.org/
Export
You can export pdf resume.
resume export resume.pdfYou can also export it as html.
resume export resume.html