Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 752 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 752 Bytes

CvAmp

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 😄

Getting Started

NB Prerequisite: Elixir already installed

  1. Clone the repo: git clone
  2. Move into the cv-amp directory: cd cv-amp
  3. Get the dependencies: mix deps.get
  4. Edit the values incv.json to your info
  5. Open the elixir shell: iex -S mix
  6. Run the programme on your JSON file: CvAmp.main "cv.json"
  7. You should now have a index.html in the root of the directory 🎉🎉🎉
  8. Star the repo ⭐