cleiton
v1.0.2
Published
Text version of Cleiton Loiola' Resume
Maintainers
Readme
8888888b.
888 Y88b
888 888
888 d88P .d88b. .d8888b 888 888 88888b.d88b. .d88b.
8888888P" d8P Y8b 88K 888 888 888 "888 "88b d8P Y8b
888 T88b 88888888 "Y8888b. 888 888 888 888 888 88888888
888 T88b Y8b. X88 Y88b 888 888 888 888 Y8b.
888 T88b "Y8888 88888P' "Y88888 888 888 888 "Y8888This project contains the source code for generating a my resume using groff.
Prerequisites
You need to have groff installed on your system.
Install groff
macOS (using Homebrew)
brew install groffLinux (Debian/Ubuntu)
sudo apt-get update
sudo apt-get install groffLinux (Fedora)
sudo dnf install groffLinux (Arch)
sudo pacman -S groffGenerating the PDF
To compile the resume and generate a PDF, run:
make pdfGenerating the terminal version
To compile the resume and generate a txt, run:
make txt
cat cleiton-loiola | less -RYou can use auto reload by typing
./watchThis will produce cleiton-loiola.pdf and cleiton-loiola files in the current directory.
License
See LICENSE for details.
