cv-amp-json
v1.1.1
Published
CV generator Using Google AMP
Downloads
2
Readme
CV AMP
Generate your mobile-first Google AMP compliant CV using just a JSON file...
Getting Started
- Clone the repo:
git clone
- Move into the cv-amp directory:
cd cv-amp
- Edit the values in
cv.json
to your info - Run
cv-amp
- You should now have a
index.html
in the root of the directory :tada::tada::tada: - Star the repo :star:
If you want to download a PDF version of the CV cv-amp --pdf
Problems
At the moment in order to download the html as a PDF we are using puppeteer
. This downloads Chromium (86MB download) - not good! Need to use an alternative!