Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-130: Add resume-builder service and PDF generation pipeline #131

Merged
merged 3 commits into from
Feb 21, 2025

Conversation

neviaumi
Copy link
Owner

this close #130
This commit introduces a resume-builder service for building resumes in both JSON and PDF formats. It enables automated PDF generation using Playwright, Vite, and a custom pipeline. Additionally, related scripts, configurations, and Docker integration have been added to support development and CI workflows.

this close #130
This commit introduces a `resume-builder` service for building resumes in both JSON and PDF formats. It enables automated PDF generation using Playwright, Vite, and a custom pipeline. Additionally, related scripts, configurations, and Docker integration have been added to support development and CI workflows.

Signed-off-by: David Ng <[email protected]>
this part of #130
The `npx tsc` command was removed, keeping only the ESLint check. This simplifies the CI process, assuming TypeScript compilation is no longer required here.

Signed-off-by: David Ng <[email protected]>
this close #130
Introduced a higher-order function `withOverride` to extend ESLint configurations with additional rules or settings. This promotes reusability and simplifies overriding default configurations across the project.

Signed-off-by: David Ng <[email protected]>
@neviaumi neviaumi merged commit 144d126 into main Feb 21, 2025
1 check passed
@neviaumi neviaumi deleted the GH-130_migrate-pdf-builder branch February 21, 2025 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate PDF builder from resume.json to here
1 participant