Generate-Resume
This CLI will help you generate your resume in HTML and PDF.
How to use this library
- Install the library using
npmas follows:
npm install -g generate-resume
-
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. -
Execute the following command:
generate-resume <path-to-XML-file>/resume.xml
- Your resume in HTML and PDF format will be generated in your current directory.
The library uses templates written in Pug (erstwhile Jade) format.