If you plan to get a job in an English-speaking company, you will need a resume according to the format over there. If you search on the internet you will find several, but it may be hard to tell which resume is like a developer.
I would like to use Markdown Resume Generator there. It generates HTML / PDF resume from Markdown.
How to use Markdown Resume Generator
Although it is a part, it has the following format. Basically it is Markdown, but usage seems to be customized.
# (Name)
## (Title)
> [Download PDF](resume.pdf)
> [craig@there4development.com](craig@there4development.com)
> (999) 888-7777
------
### {#profile}
Progressively evolve cross-platform ideas before impactful infomediaries. Energistically visualize tactical initiatives before cross-media catalysts for change.
------
### Skills {#skills}
* Web Design
: Assertively exploit wireless initiatives rather than synergistic core competencies.
* Interface Design
: Credibly streamline mission-critical value with multifunctional functionalities.
* Project Direction
: Proven ability to lead and manage a wide variety of design and development projects in team and independent situations.
And when you execute the command it becomes HTML.
I use wkhtmltopdf when I make PDF.
Since HTML is converted to PDF, there is no particular problem in Japan.
Command help.
$ ./bin/md2resume
Markdown Resume Generator version 2.0.10 by Craig Davis
Usage:
[options] command [arguments]
Options:
--help -h Display this help message.
--quiet -q Do not output any message.
--verbose -v|vv|vvv Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version -V Display this application version.
--ansi Force ANSI output.
--no-ansi Disable ANSI output.
--no-interaction -n Do not ask any interactive question.
Available commands:
help Displays help for a command
html Generate an HTML resume from a markdown file
list Lists commands
pdf Generate a PDF from a markdown file
selfupdate Updates md2resume.phar to the latest version.
stats Generate a word frequency analysis of your resume
templates List available templates
version Show current version information
Markdown Resume Generator is useful because you can imitate how to write in English-speaking countries. Also, because you use familiar Markdown, there is no hassle. It seems good to release it on GitHub, so that anyone can see it soon.
Markdown Resume Generator is PHP open source software (MIT License).
No comments:
Post a Comment