Generate your CV/resume just using a JSON file...
See here for an example output.
Anything at all (suggestions, issues), please leave an issue after checking if what you're about to post doesn't already exist 😄
NB Prerequisite: Elixir already installed
- Clone the repo:
git clone
- Move into the cv-amp directory:
cd cv-amp
- Get the dependencies:
mix deps.get
- Edit the values in
cv.json
to your info - Open the elixir shell:
iex -S mix
- Run the programme on your JSON file:
CvAmp.main "cv.json"
- You should now have a
index.html
in the root of the directory 🎉🎉🎉 - Star the repo ⭐