Skip to content
This repository has been 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

Notifications You must be signed in to change notification settings

sumeetdas/Generate-Resume

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published