Example repository for using the MarkdownResume-Pipeline vendored repository
Go to file
2024-12-18 08:38:27 -06:00
local variables/dry fixes 2024-12-18 08:38:27 -06:00
vendor/git.knownelement.com Update "MarkdownResume-Pipeline" from "https://git.knownelement.com/reachableceo/MarkdownResume-Pipeline.git@main" 2024-12-15 08:30:16 -06:00
.gitignore dirty files ignore... 2024-12-13 14:19:25 -06:00
LICENSE Initial commit 2024-12-10 20:46:54 +00:00
README.md v1.2 docs... 2024-12-13 16:26:15 -06:00

MarkdownResume-Pipeline-ClientExample

Example client repository for using the MarkdownResume-Pipeline resume building microservice. The microservice is vendored into this repository.

Quickstart

Runtime Requirements

  • Bash (this entire project was developed on msys2 on Windows 10)
  • Ensure you have pandoc installed and in your path.

Steps

  • Edit local/build/CandidateVariables.env to refelct your information.
  • Edit local/Templates/MarkdownResume/WorkHistory/WorkHistory.csv
  • Create and edit local/Templates/MarkdownResume/JobHistoryDetails/.md to match the value in the first field of WorkHistory.csv
  • Repeat as necessary for your job history.
  • Edit local/Templates/MarkdownResume/SkillsAndProjects/Projects.md
  • Edit local/Template/MarkdownResume/SkillsAndProjects/Skills.csv
  • Edit local/Templates/MarkdownResume/CandidateInfoSheet.md
  • cd to the local/build directory and run bash build-demo-markdown.sh
  • Examine the PDF/MSWord output in local/build-output/*