Giter Site home page Giter Site logo

resume's Introduction

My Resume

This repo contains the scripts used to generate all of the output formats for my resume. From a single input resume.yaml file it can generate JSON, text, markdown, HTML/CSS, and PDF outputs.

https://memoryleak.org/resume/

Validating

npm test

This will validate that the resume.yaml file is valid and matches the specified JSON schema.

Building

npm run build

Running the above command will generate the following:

output
├── resume
│   ├── index.html
│   └── resume.css
├── resume.json
├── resume.md
├── resume.pdf
├── resume.txt
└── resume.yaml

Running npm run watch will allow builds to be run whenever the source files change.

Output Formats

The above build script can generate the following file formats using the input data.

.txt

.md

This is a simple text or markdown file format. It is built using the templates/text.ejs template.

.json

This is a JSON respresentation of the data.

.yaml

This is the master data format.

.html

This is an HTML version of the resume. It is built using the templates/html.ejs template file, and anything in the assets/ directory (such as CSS and images).

.pdf

This is the PDF version. It is built by using puppeteer to load the HTML in a headless browser. It then prints it to PDF while taking advantage of print stylesheets.

Cleanup

npm run clean

This removes any extra build artifacts.

resume's People

Contributors

bcbailey avatar dependabot[bot] avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.