DEV Community

Discussion on: How I created my JSON Resume?

Collapse
 
anonymousm profile image
mludovici • Edited

ok thank you, but is there a way to use it all locally? I did it with command: "./node_modules/resume-cli/build/main.js export resume.pdf --theme orbit" ..it worked, but I'd like to use it normally, and don't want to install all themes globally every time... is there some simple npx command for that maybe?

Thread Thread
 
abh1navv profile image
Abhinav Pandey

You can clone resume-cli and change its code. Adjust the way it looks for the theme.

Thread Thread
 
knadamson profile image
Keenan Adamson

If you run resume-cli locally, you can use the following command:
npx resume-cli export resume.pdf --theme orbit