Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

andreyzaytsev73/cv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streamline CV

This tools helps you to deal with CV and cover letter routine.

How to

  1. Create a repository from this template, make sure you make it private.
  2. Create a branch and fill config.yaml with your CV and cover letter data.
  3. Create a PR in GitHub.
  4. CI will do the rest for you
    • Build PDF for a CV and a cover letter and provide as a link to download.
    • Suggest improvements via AI.
    • ...

Configuring CI

  1. Grant actions permission to write.
  2. [Optional] Put OpenAI key into a secret OPENAI_API_KEY of the repo.

Hot it works?

This project assembles several tools into a ready-to-go solution with a very low entry level.

GIT

Git tracks changes and does version management of your CV.

GitHub

GitHub provides a lot of useful features on top of Git, such as:

  • Pull requests for clear changes navigation.
  • CI for heavy work so that you don't need to set up tools locally.
  • Edit CV easily
    • Edit via GitHub UI or Codespaces
    • Use copilot right there if you have it!
    • Edit locally in your favourite IDE

CV and cover letter rendering

It uses rendercv tool that takes yaml configuration file and renders it as a fancy pdf. The tool is wrapped into GitHub action that does all the work in the CI and puts a comment with a link for download.

About

Streamline your CV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published