
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
cvforge
Advanced tools
A YAML-based, ATS-compatible CV/Resume generator powered by Typst.
I created CVForge because I needed a fast, reliable way to build and rebuild my resume without:
CVForge lets you define your CV once in YAML and regenerate it instantly. Change a job title, add a skill, rebuild — done. 100% local, 100% private.
PATH# Run without installing
uvx cvforge init
uvx cvforge cv.yaml
# Or install as a tool
uv tool install cvforge
cvforge cv.yaml
# Update
uv tool upgrade cvforge
# Uninstall
uv tool uninstall cvforge
# Install
pip install cvforge
# Update
pip install --upgrade cvforge
# Use
cvforge cv.yaml
| Command | Description |
|---|---|
cvforge init | Creates a template cv.yaml |
cvforge <file.yaml> | Generates PDF from YAML |
cvforge fonts | Lists available fonts |
cvforge ats-check <file.pdf> | Checks PDF for ATS compatibility |
The language parameter controls the section headings in your CV (e.g., "Experience" vs "Deneyim"). It does not translate your content.
language: "en" # English headings (default)
language: "tr" # Turkish headings
Run cvforge fonts to see available options. The font must be installed on your system.
font: "roboto" # Options: noto, roboto, inter, lato, arial, times, calibri, etc.
| Field | Required | Description |
|---|---|---|
language | No | Section heading language: "en" (default) or "tr" |
font | No | Font family (run cvforge fonts to list options) |
name | Yes | Your full name |
role | Yes | Job title / professional role |
email | Yes | Contact email |
phone | No | Phone number |
location | No | City, Country |
website | No | Personal website URL |
website-text | No | Custom display text for website link |
linkedin | No | LinkedIn profile URL |
linkedin-text | No | Custom display text for LinkedIn link |
github | No | GitHub profile URL |
github-text | No | Custom display text for GitHub link |
photo | No | Path to profile photo |
photo-width | No | Photo width (default: "2.5cm") |
summary | No | Professional summary paragraph |
skills | No | List of skill categories with items |
experience | No | Work experience entries |
education | No | Education entries |
projects | No | Project entries |
certifications | No | Certification entries |
awards | No | Award entries |
languages | No | Language proficiencies |
interests | No | List of interests/hobbies |
Run
cvforge initto generate a complete example YAML file with all fields.
If you find this project useful, consider supporting its development:
This project is licensed under the MIT License.
© 2025 Ahmet Burhan Kayalı
FAQs
ATS-friendly CV/Resume builder using YAML and Typst
We found that cvforge demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.