{"id":17695809,"url":"https://github.com/haath/yaml-cv","last_synced_at":"2025-05-13T10:40:51.791Z","repository":{"id":56898920,"uuid":"171471426","full_name":"haath/yaml-cv","owner":"haath","description":"Static CV generator from a YAML file, in HTML or PDF format.","archived":false,"fork":false,"pushed_at":"2021-04-20T08:28:12.000Z","size":222,"stargazers_count":12,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-03T10:03:31.562Z","etag":null,"topics":["cv","gem","generator","html","pdf","resume","ruby"],"latest_commit_sha":null,"homepage":"https://gmantaos.github.io/yaml-cv/","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haath.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}},"created_at":"2019-02-19T12:40:04.000Z","updated_at":"2025-01-05T13:55:09.000Z","dependencies_parsed_at":"2022-08-20T17:30:12.712Z","dependency_job_id":null,"html_url":"https://github.com/haath/yaml-cv","commit_stats":null,"previous_names":["gmantaos/yaml-cv"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haath%2Fyaml-cv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haath%2Fyaml-cv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haath%2Fyaml-cv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haath%2Fyaml-cv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haath","download_url":"https://codeload.github.com/haath/yaml-cv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253924888,"owners_count":21985195,"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","gem","generator","html","pdf","resume","ruby"],"created_at":"2024-10-24T14:07:01.589Z","updated_at":"2025-05-13T10:40:51.769Z","avatar_url":"https://github.com/haath.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"yaml-cv\r\n[![ ](https://api.travis-ci.com/gmantaos/yaml-cv.svg?branch=master) ](https://travis-ci.com/gmantaos/yaml-cv)\r\n[![ ](https://img.shields.io/gem/v/yaml-cv.svg)](https://rubygems.org/gems/yaml-cv)\r\n[![ ](https://img.shields.io/gem/dt/yaml-cv.svg)](https://rubygems.org/gems/yaml-cv)\r\n[![ ](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\r\n=====================\r\n\r\nStatic CV generator from a YAML file, in HTML or PDF format.\r\n\r\n[Demo](https://gmantaos.github.io/yaml-cv/)\r\n\r\n\u003ch1 align=\"center\"\u003e\r\n  \u003cimg src=\"examples/demo.png\"\u003e\r\n\u003c/h1\u003e\r\n\r\n## Installation\r\n\r\n```shell\r\n$ gem install yaml-cv\r\n```\r\n\r\n**Disclaimer:** On versions `0.1` PDF generation will be a little rough, since I implemented the release system before getting around to that.\r\n\r\n## Usage\r\n\r\nThe CV can be drawn-out in a yaml file, similar to the one shown below.\r\n\r\n```yml\r\ndetails:\r\n  first_name: John\r\n  last_name: Doe\r\n\r\n  title: Placeholder Engineer\r\n\r\nprofile: Personal description.\r\n\r\ncontact:\r\n- text: johndoe@example.com\r\n  url: mailto:johndoe@example.com\r\n  icon: email\r\n\r\ntechnical:\r\n  - category: Languages\r\n    items: C, C++, C#, HTML\r\n  - category: Frameworks\r\n    items: Node.js, React.js, Bootstrap\r\n```\r\n\r\nFor more, there is the [examples folder](examples).\r\n\r\nBy default, the output will be printed to stdout in HTML format.\r\n\r\n```shell\r\n$ yaml-cv my_cv.yml\r\n\u003chtml\u003e\r\n\u003chead\u003e\r\n    \u003ctitle\u003e Doe John - Public Figure \u003c/title\u003e\r\n\r\n    \u003cstyle\u003e\r\n...\r\n```\r\n\r\nTo save to a file, use one or both of the `--html` and `--pdf` arguments, while specifying the output file to write to.\r\n\r\n```shell\r\n$ yaml-cv my_cv.yml --html my_cv.html\r\n```\r\n\r\n```shell\r\n$ yaml-cv my_cv.yml --pdf my_cv.pdf\r\n```\r\n\r\nFor PDF generation on Windows, [wkhtmltopdf.exe](https://wkhtmltopdf.org/downloads.html) needs to be in the PATH.\r\n\r\nThe `--watch` option can also be used to watch the input file for changes and automatically regenerate the output.\r\n\r\n```shell\r\n$ yaml-cv my_cv.yml --html my_cv.html --watch\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaath%2Fyaml-cv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaath%2Fyaml-cv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaath%2Fyaml-cv/lists"}