Skip to content

Instantly share code, notes, and snippets.

@ErunamoJAZZ
Last active December 11, 2023 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ErunamoJAZZ/f1db6b0e33177fa29a674f6fdbc4b31f to your computer and use it in GitHub Desktop.
Save ErunamoJAZZ/f1db6b0e33177fa29a674f6fdbc4b31f to your computer and use it in GitHub Desktop.
jsonresume export themes
# resumed is a package that replace the resume-cli
npm install -g resumed
# Top best themes install (yeah, they are ranked, imho)
npm install -g jsonresume-theme-latte
npm install -g jsonresume-theme-direct
npm install -g jsonresume-theme-rickosborne
npm install -g jsonresume-theme-eloquent
npm install -g jsonresume-theme-kendall
npm install -g jsonresume-theme-papirus
npm install -g jsonresume-theme-spartacus-prime
npm install -g jsonresume-theme-stackoverflow-roboto
npm install -g @jsonresume/jsonresume-theme-class
# Best themes exports
resumed render -o 01.html -t jsonresume-theme-latte
resumed render -o 02.html -t jsonresume-theme-direct
resumed render -o 03.html -t jsonresume-theme-rickosborne
resumed render -o 04.html -t jsonresume-theme-eloquent
resumed render -o 05.html -t jsonresume-theme-kendall
resumed render -o 06.html -t jsonresume-theme-papirus
resumed render -o 07.html -t jsonresume-theme-spartacus-prime
resumed render -o 08.html -t jsonresume-theme-stackoverflow-roboto
resumed render -o 10.html -t @jsonresume/jsonresume-theme-class
# Best themes remove
npm remove -g jsonresume-theme-latte
npm remove -g jsonresume-theme-direct
npm remove -g jsonresume-theme-rickosborne
npm remove -g jsonresume-theme-eloquent
npm remove -g jsonresume-theme-kendall
npm remove -g jsonresume-theme-papirus
npm remove -g jsonresume-theme-spartacus-prime
npm remove -g jsonresume-theme-stackoverflow-roboto
npm remove -g @jsonresume/jsonresume-theme-class
# Notes:
# 1. Remember to create a `resume.json` following the schema https://jsonresume.org/schema/
# 2. I was looking for a good printable resume, that was the main criteria for the rank I made
# 3. I tested a lot, but if you have any suggestion to include, just comment here.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment