The master branch contains the 'generic' version of my resume. Feature branches contain employer-specific versions.
Versions
- Evan.Plaice-FullStack[Full].json
- Evan.Plaice-FullStack[Full].pdf
- Evan.Plaice-FullStack[Short].json
- Evan.Plaice-FullStack[Short].pdf
Create/update a resume.json file in the project root
Validate the resume contents with
npm run validateBuild the JSON/HTML/PDF outputs
npm run buildSince it's usually desirable to trim a resume down to a consumable size, this utility includes the ability to selectively add/remove different sections of the source.
resume.config.js
module.exports = {
// Whitelist Sections
sections: [
'basics',
'work',
'volunteer',
'education',
'skills',
'interests',
'references',
'projects',
],
// Whitelist Jobs by Employer Name
jobs: [
'Open Source',
'Coder Technologies Inc',
'JPA Inc (RIOS)'
],
// Whitelist Projects by Name
projects: [
'@VanillaWC',
'@VanillaES',
'RIOS'
]
}Non-Source Content
All non-source-code content herein is covered under the Creative Commons CC-BY-SA 4.0 license.
Source Code
Source Code is licensed under MIT