jsonresume / resume-cli

CLI tool to easily setup a new resume 📑
https://jsonresume.org
MIT License
4.56k stars 389 forks source link

fix: export pdf get package theme from local context #673

Closed davcd closed 2 years ago

davcd commented 2 years ago

As discussed in #408 this fix will calculate the theme package from the local context instead the global one. This will align the calculation of the theme package path, although in the future it will be interesting to unify every theme package access. With these changes it will be possible to use:

npm install jsonresume-theme-my-theme
resume export resume.pdf --format pdf --theme my-theme
resume export resume.html --format html --theme my-theme
github-actions[bot] commented 2 years ago

:tada: This PR is included in version 3.0.6 :tada:

The release is available on:

Your semantic-release bot :package::rocket: