- Get to the repo root
- Run
nix develop - Run
yarn install-tex-deps - Run
yarn build:resume - There it is, in the
distdirectory
Since cover letters are unique per employer and position, the compilation takes in a config yaml of a following schema
title: [target position]
addresseeCompany: [target company]
addressee: [entity that will read the letter]
content: [content of the letter]- Get to the repo root
- Run
nix develop - Run
yarn install-tex-deps - Create a work directory
mkdir cover-letter-workdir(naming matters) - Create a config yaml file according to the schema and place it in
cover-letter-workdir(say it's calledletter-sample.yaml) - Change your letter picture by replacing
cover-letter/picture.pngfile with your own - Run
yarn build:letter letter-sample - There it is, generated as
cover-letter-workdir/letter-sample.pdf