{"id":19074954,"url":"https://github.com/varbhat/cvtek","last_synced_at":"2025-08-22T01:32:44.738Z","repository":{"id":104930253,"uuid":"585250052","full_name":"varbhat/cvtek","owner":"varbhat","description":"📄 Craft your Resume/CV using TOML","archived":false,"fork":false,"pushed_at":"2024-06-08T13:10:36.000Z","size":243,"stargazers_count":139,"open_issues_count":3,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-07T15:35:54.534Z","etag":null,"topics":["cv","resume","resume-builder","resume-template","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/varbhat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-04T17:38:49.000Z","updated_at":"2024-12-04T21:33:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"d4eeb3a2-4e67-4c58-a9fa-93bf44e48155","html_url":"https://github.com/varbhat/cvtek","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varbhat%2Fcvtek","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varbhat%2Fcvtek/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varbhat%2Fcvtek/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varbhat%2Fcvtek/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/varbhat","download_url":"https://codeload.github.com/varbhat/cvtek/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230547678,"owners_count":18243227,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cv","resume","resume-builder","resume-template","rust"],"created_at":"2024-11-09T01:52:53.186Z","updated_at":"2024-12-20T07:07:04.978Z","avatar_url":"https://github.com/varbhat.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# *cvtek*\n## 📄 Craft your Resume/CV using TOML\n\n![Rust](https://img.shields.io/badge/rust-%23000000.svg?logo=rust)\n![GitHub License](https://img.shields.io/github/license/varbhat/cvtek?logoColor=violet)\n\ncvtek is acronym for **CV** **TE**x **K**rafter.\n\nUsing cvtek, you can craft your [Résumé/CV](https://en.wikipedia.org/wiki/R%C3%A9sum%C3%A9) using a [TOML](https://toml.io) File. You feed the cvtek with a human readable/writable Resume TOML file and cvtek will generate ATS Friendly Latex Resume Source. You can then use Latex compiler (or [Latex to PDF](https://github.com/xu-cheng/latex-action)) Or [Overleaf](https://www.overleaf.com/) to compile your resume to PDF.\n\nExample `resume.toml` will look like this:\n\n```toml\n[header]\nfull_name = \"John Doe\"\nemail_addr = \"john@doe.com\"\ngithub_username = \"github\"\nlinkedin_username = \"linkedin\"\nlocation = \"Some Place, Earth\"\nphone_number = \"1234567890\"\n\n[[education]]\ncourse_name = \"Bachelor of Technology in Computer Science\"\ntimeline = \"August 2003 - July 2007\"\nuniversity_name = \"University at My Place\"\nuniversity_link = \"https://myopenuniversity.university\"\nlocation = \"Another Place, Earth\"\ncourse_grade = \"A\"\npoints = [\"Did some useful work Y\", \"Did some useful work Z\"]\n\n[[experience]]\ncomp_name = \"Company ABC\"\ncomp_link = \"https://mygoodcompany.company\"\nexp_name = \"Engineer\"\ntimeline = \"August 2008 - Present\"\nlocation = \"Another place, Earth\"\npoints = [\"I joined this when i had mood to join\", \"I joined this to prove myself\", \"I achieved ABC here\"]\n\n[[projects]]\ntitle = \"My good project XYZ\"\ntimeline = \"January 2006 - Present\"\nproject_link = \"https://github.com/github\"\ndescription = \"Some incredible project that I created\"\npoints = [\"I created this when i had mood to create\", \"I created this to prove myself\"]\n\n[skills]\nTechnologies = \"A, B, C, D, E, F, G, H, whatever\"\nFrameworks = \"ABC, DEF, GHI, JKL, whatever\"\n\n```\n\nResume Produced by `cvtek` will look like this (See `cvtek` generated [`democv.pdf` here](assets/democv.pdf)):\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/varbhat/cvtek/main/assets/democv.png\" alt=\"cvtek demo resume\" width=400 height=550 /\u003e\n\u003c/p\u003e\n\u003chr\u003e\n\n## Usage\n- cvtek can be installed using [cargo](https://github.com/rust-lang/cargo):\n  ```bash\n  cargo install --git https://github.com/varbhat/cvtek\n  ```\n\n `cvtek` is also available in [AUR](https://aur.archlinux.org/packages/cvtek-git) as `cvtek-git` and is maintained by [orhun](https://github.com/orhun).\n  \n- Type `cvtek -t resume.toml` to generate dummy `resume.toml`\n- Modify `resume.toml` to your likening\n- Compile your `resume.toml` using:\n```bash\ncvtek -f ./resume.toml -t resume.tex\n# If you want to print latex output, type the following\n# cvtek -f ./resume.toml -t /dev/stdout\n# If you want to output Markdown or HTML, Write to File with suitable extension\n# cvtek -f ./resume.toml -t resume.md # resume.html\n```\n\n- Use local or online Latex compiler(Ex: [Overleaf](https://www.overleaf.com/)) to compile your resume.tex to PDF\n\n## Features\n- Simple\n- ATS Friendly\n- Latex knowledge not required\n- Write your Resume using toml\n- Output to Latex or HTML or Markdown\n\n## License\n[GPL-v3](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarbhat%2Fcvtek","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvarbhat%2Fcvtek","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarbhat%2Fcvtek/lists"}