ITエンジニア/デザイナ向けにオープンソースを毎日紹介

英語圏の企業に就職しようと思うと、向こうのフォーマットに合わせた履歴書(レジュメ)が必要になります。インターネットで探せば幾つも見つかりますが、開発者らしいレジュメがどれであるかは分かりづらいかも知れません。

そこで使ってみたいのがMarkdown Resume Generatorです。MarkdownからHTML/PDFのレジュメを生成してくれます。

Markdown Resume Generatorの使い方

一部ですが、下記のようなフォーマットになっています。基本的にはMarkdownですが、使い方はカスタマイズされているようです。

  1. # (名前)
  2. ## (肩書き)
  3. > [Download PDF](resume.pdf)
  4. > [craig@there4development.com](craig@there4development.com)
  5. > (999) 888-7777
  6. ------
  7. ### プロフィール {#profile}
  8. Progressively evolve cross-platform ideas before impactful infomediaries. Energistically visualize tactical initiatives before cross-media catalysts for change.
  9. ------
  10. ### Skills {#skills}
  11. * Web Design
  12. : Assertively exploit wireless initiatives rather than synergistic core competencies.
  13. * Interface Design
  14. : Credibly streamline mission-critical value with multifunctional functionalities.
  15. * Project Direction
  16. : Proven ability to lead and manage a wide variety of design and development projects in team and independent situations.

そしてコマンドを実行するとHTMLになります。

PDFにする際にはwkhtmltopdfを使っています。

HTMLをPDF化するので日本でも特に問題ありません。

コマンドのヘルプです。

  1. $ ./bin/md2resume
  2. Markdown Resume Generator version 2.0.10 by Craig Davis
  3. Usage:
  4. [options] command [arguments]
  5. Options:
  6. --help -h Display this help message.
  7. --quiet -q Do not output any message.
  8. --verbose -v|vv|vvv Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
  9. --version -V Display this application version.
  10. --ansi Force ANSI output.
  11. --no-ansi Disable ANSI output.
  12. --no-interaction -n Do not ask any interactive question.
  13. Available commands:
  14. help Displays help for a command
  15. html Generate an HTML resume from a markdown file
  16. list Lists commands
  17. pdf Generate a PDF from a markdown file
  18. selfupdate Updates md2resume.phar to the latest version.
  19. stats Generate a word frequency analysis of your resume
  20. templates List available templates
  21. version Show current version information

Markdown Resume Generatorが便利なのは英語圏での書き方を真似できるということでしょう。また、使い慣れたMarkdownを使うので、面倒さがありません。GitHubで公開し、誰でもすぐに見られるようにしておくのも良さそうです。

Markdown Resume GeneratorはPHP製のオープンソース・ソフトウェア(MIT License)です。

there4/markdown-resume: Generate a responsive CSS3 and HTML5 resume with Markdown, with optional PDF output.

MOONGIFTプレミアムに登録して運営をサポートしてください!月額500円の他、半年(3,000円)、年間パック(6,000円)もあります。企業向けに3アカウント以上で請求書払いも可能です(年間一括のみ)。従業員の方向けのサービスにいかがですか? プレミアムユーザのログインはこちらから

 

MOONGIFTの関連記事

コメント

  • DevRel
  • Com2