generate-resume
v1.0.0
Published
This CLI will help you generate your resume in HTML and PDF.
Maintainers
Readme
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-resumeWrite your information in XML format and save it in some file, e.g.
resume.xml. The schema can be found inbin/reference-xml/resume.xml.Execute the following command:
generate-resume <path-to-JSON-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.
