1.0.27 • Published 9 months ago

yaml-resume-builder v1.0.27

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
9 months ago

YAML Resume Builder

YAML Resume Builder is an open-source project that allows you to create beautifully formatted resumes from simple YAML files. It supports both HTML and PDF output, enabling easy customization and sharing. With this tool, you can focus on content while the generator handles the design and formatting.

This is how your resume could look like: https://rubenhak.github.io/resume-builder/

Features:

  • Simple YAML input format
  • Generates professional-looking resumes in both HTML and PDF
  • Customizable templates
  • Lightweight and easy to use

Get started by creating your resume in YAML and let the generator handle the rest!

Installation

$ npm install -g yaml-resume-builder

Sample Resume YAML Definition

YAML Definition: https://github.com/rubenhak/resume-builder/blob/main/example/resume.yaml

Running Live Server

# Clone the repo which contains Chuck Norris's resume
$ git clone https://github.com/rubenhak/resume-builder

# Run the live server 
$ yaml-resume-builder server example/resume.yaml

# Access from browser:
http://localhost:8787/

Generate HTML Output

# Run the live server 
$ yaml-resume-builder generate example/resume.yaml

# Output stored to 
example/index.html

Output here: https://github.com/rubenhak/resume-builder/blob/main/example/index.html See here: https://rubenhak.github.io/resume-builder/

Generate PDF Output

# Run the live server 
$ yaml-resume-builder pdf example/resume.yaml

# Output stored to 
example/index.html

Output here: https://github.com/rubenhak/resume-builder/blob/main/example/resume.pdf

1.0.22

9 months ago

1.0.21

9 months ago

1.0.26

9 months ago

1.0.25

9 months ago

1.0.24

9 months ago

1.0.23

9 months ago

1.0.27

9 months ago

1.0.20

2 years ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago