Skip to content

striderkein/resume-template

 
 

Repository files navigation

{ name } resume

Data

Features

💅 Lint text

Automatic proofreading with textlint.

npm run lint --fix

It is also automatically executed when pre-commit by husky.
proofreading rules are set with .textlintrc.

📝 Convert MD to PDF

You can generate PDF with md-to-pdf.

npm run build:pdf

The output PDF can be styled as you like with CSS. Edit the pdf-configs/style.css.

🏷️ Versioning Semantically by label

versioning semantically by applying labels that major, minor, patch. If no label is applied, the default version will be incremented as patch. If you want to explicitly increase a version other than patch, Attach either major or minor label to PR

📆 Remind update

Automatically generate issues every three months with GitHub Actions Schedules triggers to prompt you to update your resume.

To change the duration or stop the job, edit .github/workflows/create-issue.yml.
To change the issue contents, edit .github/ISSUE_TEMPLATE.md.

About

The Template for resume or C.V.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 48.6%
  • JavaScript 45.6%
  • Shell 5.8%