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

2 min read Original article ↗

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

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 Public archive

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

License

MIT license

8 stars 3 forks Branches Tags Activity

Notifications You must be signed in to change notification settings

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

7 Commits

Repository files navigation

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

2 watching

Forks

3 forks

Releases

No releases published

Packages

No packages published