jsonresume-theme-engineering-leader
v1.0.29
Published
JSON Resume theme for Engineering leaders
Maintainers
Readme
jsonresume-theme-engineering-leader
This is the engineering theme for JSON Resume, based off of jsonresume-theme-engineering and aims to implement the best practices for engineering resumes. The original version was intended for senior/staff level engineers but this version is modified for CTOs/VPs/Directors.
It handles locations of jobs and allows for nested bullets but it renders dates exactly as provided as if they are strings.
Using this theme
This theme is available on NPM as jsonresume-theme-engineering-leader and can be installed by running npm install jsonresume-theme-engineering-leader.
If you are building your resume from a resume.json file and resume-cli then simply run resume export --theme engineering-leader.
Example Resume
Getting started with Development
To get started with theme development, this is what you'll need:
If you're on Linux, you can simply run:
sudo apt-get install nodejs npmOr if you're on OSX and got Homebrew installed:
brew install nodeInstall npm packages
We need to install the dependencies:
npm installPDF Export
To export your resume, you can run the following command below. This will automatically create a resume.pdf file within your current directory:
npm run exportIf you want to see or modify an example, this project is configured to export a resume from the examples folder just by running vscode f5.
resume export --resume examples/example-resume.json --theme . examples/example-resume.htmlLicense
Available under the MIT license.
About & Contributing
This is a very small personal project but feel free to contribute and I will do my best to merge fixes and contributions.
Notes
To make the example png, follow the steps below (and then rename and -1 page extensions):
- Install
brew install poppler - Run
pdftoppm -png examples/example-resume.pdf examples/example-resume
