{"id":13599668,"url":"https://github.com/rbardini/resumed","last_synced_at":"2025-05-15T09:07:11.839Z","repository":{"id":49808648,"uuid":"342387763","full_name":"rbardini/resumed","owner":"rbardini","description":"👔 Lightweight JSON Resume builder, no-frills alternative to resume-cli","archived":false,"fork":false,"pushed_at":"2025-04-08T20:23:43.000Z","size":691,"stargazers_count":370,"open_issues_count":3,"forks_count":30,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-14T15:56:51.863Z","etag":null,"topics":["cli","curriculum","curriculum-vitae","cv","employment","json","jsonresume","resume","resume-cli"],"latest_commit_sha":null,"homepage":"https://npm.im/resumed","language":"TypeScript","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/rbardini.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,"zenodo":null},"funding":{"ko_fi":"rbardini","custom":["buymeacoffee.com/rbardini","paypal.me/rbardini"]}},"created_at":"2021-02-25T21:46:20.000Z","updated_at":"2025-04-14T10:10:17.000Z","dependencies_parsed_at":"2025-03-10T03:05:54.895Z","dependency_job_id":"d52d34a4-b37e-4244-b2b2-f95040ca0328","html_url":"https://github.com/rbardini/resumed","commit_stats":{"total_commits":26,"total_committers":2,"mean_commits":13.0,"dds":0.07692307692307687,"last_synced_commit":"7d23b743b3c5df2890ff006bedc744c6fe49b166"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbardini%2Fresumed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbardini%2Fresumed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbardini%2Fresumed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbardini%2Fresumed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rbardini","download_url":"https://codeload.github.com/rbardini/resumed/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254301264,"owners_count":22047888,"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":["cli","curriculum","curriculum-vitae","cv","employment","json","jsonresume","resume","resume-cli"],"created_at":"2024-08-01T17:01:08.685Z","updated_at":"2025-05-15T09:07:06.831Z","avatar_url":"https://github.com/rbardini.png","language":"TypeScript","readme":"# Resumed\n\n[![npm package version](https://img.shields.io/npm/v/resumed)](https://www.npmjs.com/package/resumed)\n[![Build status](https://img.shields.io/github/actions/workflow/status/rbardini/resumed/main.yml)](https://github.com/rbardini/resumed/actions)\n[![Code coverage](https://img.shields.io/codecov/c/github/rbardini/resumed.svg)](https://codecov.io/gh/rbardini/resumed)\n[![Dependencies status](https://img.shields.io/librariesio/release/npm/resumed)](https://libraries.io/npm/resumed)\n\n👔 Lightweight [JSON Resume](https://jsonresume.org/) builder, no-frills [alternative to resume-cli](#motivation).\n\n- 🗜️ Small (~180 LOC)\n- 📦 Pure ESM package\n- 🧩 CLI and Node.js API\n- 🤖 TypeScript typings\n- ⏱️ Async render support\n- 🧪 100% code coverage\n\n## Installation\n\n```shell\nnpm install resumed jsonresume-theme-even # or your theme of choice\n```\n\n## Usage\n\n```console\n$ resumed --help\n\n  Usage\n    $ resumed \u003ccommand\u003e [options]\n\n  Available Commands\n    render      Render resume\n    export      Export resume to PDF\n    init        Create sample resume\n    validate    Validate resume\n\n  For more info, run any command with the `--help` flag\n    $ resumed render --help\n    $ resumed export --help\n\n  Options\n    -v, --version    Displays current version\n    -h, --help       Displays this message\n```\n\nSee [examples](examples).\n\n## Commands\n\n### `render` (default)\n\nRender resume.\n\n**Usage:** `resumed render [filename] [options]`\n\n**Options:**\n\n- `-o`, `--output`: Output filename\n- `-t`, `--theme`: Theme to use\n- `-h`, `--help`: Display help message\n\n### `export`\n\nExport resume to PDF.\n\n**Usage:** `resumed export [filename] [options]`\n\n**Options:**\n\n- `-o, --output`: Output filename\n- `-t, --theme`: Theme to use\n- `-h, --help`: Displays help message\n\n### `init`\n\nCreate sample resume.\n\n**Usage:** `resumed init [filename] [options]`\n\n**Aliases:** `create`\n\n**Options:**\n\n- `-h`, `--help`: Display help message\n\n### `validate`\n\nValidate resume.\n\n**Usage:** `resumed validate [filename] [options]`\n\n**Options:**\n\n- `-h`, `--help`: Display help message\n\n## Motivation\n\n[resume-cli](https://github.com/jsonresume/resume-cli) is the original command line tool for [JSON Resume](https://jsonresume.org/), the open source initiative to create a JSON-based standard for resumes. It has served the community well for years, but its broad scope and aging codebase has become increasingly harder to maintain.\n\nResumed is a _complete reimplementation_ of resume-cli, using more modern technologies while dropping certain features, to remain small and focused.\n\n### Theme resolution\n\nResumed does not install any themes. You must [pick and install one](https://www.npmjs.com/search?q=jsonresume-theme) yourself, and specify your choice via the `--theme` option or the `.meta.theme` field of your resume.\n\nIn contrast, resume-cli comes with a default theme, and only supports the `--theme` option. This is fine for most users, but it ties the default theme package release cycle to that of the CLI, and may be a little more verbose.\n\n### Interface\n\nWhile both tools can be used from the command line, Resumed also provides a fully-tested, strongly-typed Node.js API to create, validate and render resumes programatically.\n\n### Other features\n\nResumed makes some compromises in terms of features, such as no local previews or YAML format support. If you miss any of these, you can combine Resumed with other tools or continue using resume-cli.\n","funding_links":["https://ko-fi.com/rbardini","buymeacoffee.com/rbardini","paypal.me/rbardini"],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbardini%2Fresumed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frbardini%2Fresumed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbardini%2Fresumed/lists"}