Skip to content

Latest commit

 

History

History
81 lines (42 loc) · 2.2 KB

README.md

File metadata and controls

81 lines (42 loc) · 2.2 KB

About The Tool

A tool to create a simple and clean resume using LaTeX from a YAML file cause YAML is readable. The idea behind this tool is to be as simple and straightforward to use as possible with minimal dependencies.

This is what the output resume looks like.

(back to top)

Getting Started

Follow the description below.

Prerequisites

This tool relies on the use of make and pandoc. So make sure you have both of them installed.

Installation

So simple and so clean, just do this

  1. git clone https://github.com/becksgld/latex-cv.git

(back to top)

Usage

  1. Once you clone the repo navigate into it on your local machine
  2. Edit the cv.yaml file with the relevant information.
  3. When done simply type in your terminal make which will output a file cv.pdf that you can use.
    • Note that once you invoke make command it will overwrite your cv.pdf file so just in case back it up into the archive directory.

(back to top)

Roadmap

  • Add project section and templating logic for that
  • Resume Versioning
    • Automatically move previous resumes versions into the archive folder.

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

If you wanna make any changes or additions to the templating format, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".

(back to top)

License

Distributed under the License of do whatever you want with it and have fun.

(back to top)

Contact

BG

(back to top)