awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
hacksalot avatar

hacksalot/HackMyResume

0
View on GitHub↗
9,344 نجوم·522 تفرعات·JavaScript·MIT·2 مشاهداتfluentdesk.com/hackmyresume↗

HackMyResume

HackMyResume is a command-line tool that generates polished résumés and CVs in multiple formats from a single JSON or YAML data source. It validates résumé documents against the FRESH or JSON Resume schema, converts between these two formats, and produces output in HTML, Markdown, LaTeX, MS Word, PDF, plain text, JSON, XML, and YAML.

The tool supports custom themes through a plugin architecture, allowing users to apply visual styling via Handlebars templates and register custom helpers for extended template logic. It can merge multiple résumé JSON files into one, overriding generic data with specific details, and offers privacy controls to mark specific entries as private with an override mechanism for selective disclosure.

HackMyResume also includes analytical capabilities for inspecting résumé content, such as keyword frequency, employment gaps, and section coverage, along with a peek function to output specific fields for quick inspection. PDF generation is handled by delegating to external engines like wkhtmltopdf or Phantom.js after generating an intermediate HTML representation.

Features

  • Resume Generators - Generates polished resumes in HTML, Markdown, LaTeX, MS Word, PDF, plain text, JSON, YAML, or XML from a single source.
  • Resume Entry Privacy Controls - Provides privacy controls to selectively hide resume entries with an override mechanism for controlled disclosure.
  • Resume Builders - Produces resumes in HTML, Markdown, LaTeX, MS Word, PDF, plain text, JSON, XML, and YAML.
  • Multi-Format Document Exports - Exports a resume to HTML, Markdown, LaTeX, MS Word, PDF, plain text, JSON, XML, and YAML from one source file.
  • Multi-Format Document Rendering - Generates output by feeding structured resume data into format-specific templates for each target document type.
  • Resume - Validates résumé documents against the FRESH or JSON Resume schema for completeness and correctness.
  • Multi-Schema Resume Pipelines - Accepts and validates resume data in multiple schema formats before routing through a unified processing pipeline.
  • Command-Line Orchestrators - Exposes all resume operations through a CLI that chains validation, transformation, and generation steps.
  • Resume Schema Validators - Validates resume documents against the FRESH or JSON Resume schema for structural correctness.
  • Structured Data Compilers - Compiles a single JSON or YAML resume source into any supported output format through a centralized build process.
  • JSON Schema Validation - Validates and converts resume data using the JSON Resume and FRESH schema formats.
  • Resume Mergers - Combines multiple resume JSON files into one, overriding generic data with specific details for tailored outputs.
  • Resume Analysis Tools - Inspects résumés for keyword frequency, employment gaps, and section coverage metrics.
  • HTML-to-PDF - Produces PDF resumes by leveraging external engines like wkhtmltopdf or Phantom.js after HTML generation.
  • Resume Schema Checkers - Checks resume documents against the FRESH or JSON Resume schema for completeness and correctness.
  • Resume Format Converters - Translates resume data between the FRESH and JSON Resume schema formats.
  • Resume Schema Converters - Translates résumé data between the FRESH and JSON Resume schema formats for cross-platform compatibility.
  • Resume Merging Tools - Merges multiple resume JSON files into a single tailored document by overriding generic data.
  • Template-Based Theme Plugins - Loads custom themes as plugins that provide Handlebars templates and helpers for visual resume customization.
  • Resume Visual Themes - Generates a resume using a specified FRESH or JSON Resume theme for visual styling.
  • HTML-to-PDF Resume Generators - Generates PDF resumes by converting HTML output via external engines like wkhtmltopdf or Phantom.js.

سجل النجوم

مخطط تاريخ النجوم لـ hacksalot/hackmyresumeمخطط تاريخ النجوم لـ hacksalot/hackmyresume

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة hacksalot/hackmyresume؟

HackMyResume is a command-line tool that generates polished résumés and CVs in multiple formats from a single JSON or YAML data source. It validates résumé documents against the FRESH or JSON Resume schema, converts between these two formats, and produces output in HTML, Markdown, LaTeX, MS Word, PDF, plain text, JSON, XML, and YAML.

ما هي الميزات الرئيسية لـ hacksalot/hackmyresume؟

الميزات الرئيسية لـ hacksalot/hackmyresume هي: Resume Generators, Resume Entry Privacy Controls, Resume Builders, Multi-Format Document Exports, Multi-Format Document Rendering, Resume, Multi-Schema Resume Pipelines, Command-Line Orchestrators.

ما هي البدائل مفتوحة المصدر لـ hacksalot/hackmyresume؟

تشمل البدائل مفتوحة المصدر لـ hacksalot/hackmyresume: jsonresume/resume-schema — This project provides a standardized data format for representing professional work history and skills using… doxygen/doxygen — Doxygen is a source code documentation generator and multi-language API reference tool. It extracts annotated comments… jsonresume/resume-cli — resume-cli is a command line interface for managing professional resumes based on the JSON Resume standard. It… xiaolincoder/cs-base — CS-Base is a comprehensive educational platform and technical repository designed to support software engineers in… posquit0/awesome-cv — Awesome-CV is a LaTeX document class designed for the creation of professional resumes and cover letters. It functions… rendercv/rendercv — RenderCV is a command-line utility designed to transform structured YAML data into professionally typeset documents.…

بدائل مفتوحة المصدر لـ HackMyResume

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع HackMyResume.
  • jsonresume/resume-schemaالصورة الرمزية لـ jsonresume

    jsonresume/resume-schema

    2,388عرض على GitHub↗

    This project provides a standardized data format for representing professional work history and skills using structured objects. It serves as a formal specification for verifying that career information conforms to required fields and structural constraints, ensuring consistent representation across digital platforms and services. By decoupling raw professional information from its visual presentation, the schema enables the programmatic generation of resumes in multiple formats from a single source. This approach allows for the creation of machine-readable files that can be parsed and render

    JavaScript
    عرض على GitHub↗2,388
  • doxygen/doxygenالصورة الرمزية لـ doxygen

    doxygen/doxygen

    6,506عرض على GitHub↗

    Doxygen is a source code documentation generator and multi-language API reference tool. It extracts annotated comments from source code to create structured technical manuals and searchable software libraries in formats including HTML, LaTeX, and PDF. The project functions as a static code analysis visualizer, generating call graphs, class diagrams, and inheritance hierarchies to illustrate codebase structure. It also serves as an XML documentation export engine, producing structured metadata that can be transformed via XSLT or third-party tools. Beyond API extraction, the tool provides a Ma

    C++
    عرض على GitHub↗6,506
  • jsonresume/resume-cliالصورة الرمزية لـ jsonresume

    jsonresume/resume-cli

    4,721عرض على GitHub↗

    resume-cli is a command line interface for managing professional resumes based on the JSON Resume standard. It provides a suite of tools for validating resume data against a standardized schema and transforming that structured data into visual documents. The project includes a theme engine that converts data into stylized HTML and PDF documents. It features a data converter to import various professional file formats into a single standardized structure and a local server for previewing changes to a resume in real time. The toolset covers the full workflow of professional data management, fr

    JavaScriptclijavascriptjson
    عرض على GitHub↗4,721
  • xiaolincoder/cs-baseالصورة الرمزية لـ xiaolincoder

    xiaolincoder/CS-Base

    18,024عرض على GitHub↗

    CS-Base is a comprehensive educational platform and technical repository designed to support software engineers in mastering backend architecture, artificial intelligence engineering, and career development. It functions as a centralized knowledge hub that combines illustrated theoretical tutorials with practical, project-based learning to bridge the gap between foundational computer science concepts and professional industry requirements. The project distinguishes itself by integrating a robust career mentorship framework with advanced AI engineering resources. It provides users with tools f

    ccppgolang
    عرض على GitHub↗18,024
  • عرض جميع البدائل الـ 30 لـ HackMyResume→