GitHub - sumeetdas/Generate-Resume: Node CLI to generate resume in HTML and PDF formats from data stored in an XML file (with Markdown support)

1 min read Original article ↗

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

This repository was archived by the owner on Dec 28, 2021. It is now read-only.

Generate-Resume

This CLI will help you generate your resume in HTML and PDF.

How to use this library

  1. Install the library using npm as follows:
npm install -g generate-resume
  1. Write your information in XML format and save it in some file, e.g. resume.xml. The schema can be found in bin/reference-xml/resume.xml.

  2. Execute the following command:

generate-resume <path-to-XML-file>/resume.xml
  1. Your resume in HTML and PDF format will be generated in your current directory.

The library uses templates written in Pug (erstwhile Jade) format.

Demo: http://www.sumeetdas.me/resume

About

Node CLI to generate resume in HTML and PDF formats from data stored in an XML file (with Markdown support)

Resources

Readme

License

MIT license

Activity

Stars

8 stars

Watchers

1 watching

Forks

3 forks