JSON Resume theme for Engineering leaders
npm install 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.
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.

To get started with theme development, this is what you'll need:
If you're on Linux, you can simply run:
``bash`
sudo apt-get install nodejs npm
Or if you're on OSX and got Homebrew installed:
`bash`
brew install node
We need to install the dependencies:
`bash`
npm install
To export your resume, you can run the following command below. This will automatically create a resume.pdf file within your current directory:
`bash`
npm run export
If 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.
`bash`
resume export --resume examples/example-resume.json --theme . examples/example-resume.html
Available under the MIT license.
This is a very small personal project but feel free to contribute and I will do my best to merge fixes and contributions.
To make the example png, follow the steps below (and then rename and -1 page extensions):
1. Install brew install popplerpdftoppm -png examples/example-resume.pdf examples/example-resume`
2. Run