Le Nguyen The Dat bio photo

Le Nguyen The Dat

~ Data Science & Engineering

Twitter Facebook LinkedIn Github

Came across this gem - jsonresume.org while trying to update my resume and I decided to give it a try. Turned out, it was very easy to setup and to use on OS X. Below are all the steps that I needed to do:

  • Installing homebrew - from brew.sh
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  • Installing npm and resume-cli
brew install npm
npm install -g resume-cli
  • Work on your resume.json
# initiate your resume.json file
resume init
# once finishing
resume export --theme=slick resume.html -F

Note: You can also do this online at registry.jsonresume.org