Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 1.94 KB

README.ja.md

File metadata and controls

57 lines (34 loc) · 1.94 KB

kawamataryoの職務経歴書

textlint build pdf create issue release date

[ English | 日本語 ]

Data

Features

💅 Lint text

textlint での自動校正が可能です。

$ yarn lint --fix

husky によってcommit前にも自動で実行されます。
校正のルールは.textlintrcに記載しています。

📝 Convert Markdown to PDF

md-to-pdf でのPDF生成が可能です。

$ yarn build:pdf

出力されるPDFはCSSで任意のスタイルを設定可能です。pdf-configs/style.cssを編集してください。

🛠 Create release

v** tagをつけてpushするとGitHub Actionsでビルドが走り、PDFの生成、Releaseの作成、AssetsへPDFの登録が実行されます。

$ git commit -m "add job"
$ git tag v1.0
$ git push origin --tags

📆 Remind update

GitHub Actionsのschedule triggerで3ヶ月に1回、職務経歴書の内容更新を促すissueが自動生成されます。

期間の変更、Jobの停止は.github/workflows/create-issue.yml を編集してください。