Skip to content

Jbarget/cv-amp-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CV AMP

Generate your mobile-first Google AMP compliant CV using just a JSON file...

Getting Started

  1. Clone the repo: git clone
  2. Move into the cv-amp directory: cd cv-amp-json
  3. Edit the values in cv.json to your info

HTML version:

  npm run html
  yarn html (if using yarn)

You should now have a index.html in the root of the directory 🎉🎉🎉

PDF version:

  npm run pdf
  yarn pdf (if using yarn)

You should now have a cv.pdf in the root of the directory 🎉🎉🎉

Star the repo if youre happyy ⭐

Problems

At the moment we're using puppeteer to create the PDF. This downloads Chromium (86 MB) - not good. We'll need to switch to an alternative!

About

Generate your Google AMP ready CV via JSON

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published