{"id":13469847,"url":"https://github.com/c0bra/markdown-resume-js","last_synced_at":"2025-04-12T23:38:29.748Z","repository":{"id":7073107,"uuid":"8360020","full_name":"c0bra/markdown-resume-js","owner":"c0bra","description":"Turn a simple markdown document into a resume in HTML and PDF","archived":false,"fork":false,"pushed_at":"2024-06-27T09:40:40.000Z","size":658,"stargazers_count":463,"open_issues_count":7,"forks_count":60,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-04-12T23:38:24.908Z","etag":null,"topics":["css","html","javsascript","markdown","pdf","resume"],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/c0bra.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":"2013-02-22T15:33:44.000Z","updated_at":"2025-02-26T14:28:25.000Z","dependencies_parsed_at":"2024-10-10T12:50:38.586Z","dependency_job_id":"ee206bd1-5b24-4953-80c5-2315fc40d478","html_url":"https://github.com/c0bra/markdown-resume-js","commit_stats":{"total_commits":76,"total_committers":10,"mean_commits":7.6,"dds":"0.19736842105263153","last_synced_commit":"d43da4946c45fe3d6898672fe8b61b2d5ccaa8a9"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c0bra%2Fmarkdown-resume-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c0bra%2Fmarkdown-resume-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c0bra%2Fmarkdown-resume-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c0bra%2Fmarkdown-resume-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/c0bra","download_url":"https://codeload.github.com/c0bra/markdown-resume-js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248647255,"owners_count":21139081,"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":["css","html","javsascript","markdown","pdf","resume"],"created_at":"2024-07-31T16:00:17.614Z","updated_at":"2025-04-12T23:38:29.725Z","avatar_url":"https://github.com/c0bra.png","language":"CSS","funding_links":[],"categories":["CSS","JAVASCRIPT"],"sub_categories":[],"readme":"markdown-resume.js [![Build Status](https://travis-ci.org/c0bra/markdown-resume-js.svg?branch=master)](https://travis-ci.org/c0bra/markdown-resume-js) [![Coverage Status](https://coveralls.io/repos/c0bra/markdown-resume-js/badge.svg?branch=master\u0026service=github)](https://coveralls.io/github/c0bra/markdown-resume-js?branch=master)\n==================\n\nTurn a simple markdown document into a resume in HTML and PDF.\n\n## Features\n\n* PDF generation via wkhtmltopdf\n* Responsive design for multiple device viewport sizes\n* Simple Markdown formatting\n\n## Quickstart\n\nThe generated files will be put in the same directory as your source file.\n\n    # For usage on the command line\n    npm install -g markdown-resume\n\n    # Generate HTML file\n    md2resume my-resume-file.md\n\n    # Generate PDF file\n    md2resume --pdf my-resume-file.md\n\n## Running with docker\n\n    # Build a docker image\n    docker build -t md2resume .\n\n    # In the directory where your resume is, run the container\n    docker run -v $PWD:/src md2resume resume.md\n\n    # You can also generate the pdf format\n    docker run -v $PWD:/src md2resume -pdf resume.md\n\n## Run in Watch Mode w/ Live Reload\n\n    npm install -g light-server\n    light-server -s . -w \"your_resume.md # md2resume your_resume.md\"\n\n  Open http://localhost:4000/your_resume.html in a browser and see changes live.\n\n## Use as a node module\n\n    var md2resume = require('markdown-resume')\n\n    # Generate HTML\n    md2resume('my-resume-file.md', 'default')\n    .then(html)\n        # ... do something with html\n    });\n\n## Acknowledgments\n\nAs above, this library steals pretty much everything from [markdown-resume](https://github.com/there4/markdown-resume).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc0bra%2Fmarkdown-resume-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fc0bra%2Fmarkdown-resume-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc0bra%2Fmarkdown-resume-js/lists"}