Giter Site home page Giter Site logo

cvgen's Introduction

CV Generator

A Node.js script which generates beautiful CV PDFs from a Markdown template.

The main goal is to make creating CVs fun and easy by using a text-based format which is easy to read and write for humans.

Table of Contents

Install

Use Yarn to install dependencies:

yarn install

Usage

This project provides a script which allows rendering a Markdown file as a CV. You can run it as follows:

yarn run build input.md output.pdf

Markdown Format

The Markdown parser uses Frontmatter to collect metadata for the CV. Main points like experience and education are written as simple headings.

Here is an example:

---
lang: "en"
firstName: "John"
lastName: "Doe"
middleName: "Michael"
title: "Full-Stack Developer"
email: [email protected]
phone: +1-555-123456
address: |
  42 Amsterdam Ave
  New York, NY 10023
  USA
dateOfBirth: 1990-01-01
placeOfBirth: New York
citizenship: USA
github: jdoe
linkedin: jdoe
twitter: jdoe
picture: jdoe.jpg
languageSkills:
  english: 10  
  german: 8
---

Experience
==========

2019/01 - today
---------------
**Job Title**

ACME Ltd., New York, NY, US
- Built software for spaceship
- Successful launch on Mars

2016/06 - 2018/12
-----------------
**Another Job**

Snake Oil Industries, New York, NY, US
- Picked apples from a tree
- Backed delicious pies

cvgen's People

Contributors

dependabot[bot] avatar ksm2 avatar

Stargazers

 avatar

Watchers

 avatar  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.