https://github.com/PruneMazui/resume-maker
Generate a JIS standard resume (for Japanese) from the json config file.
https://github.com/PruneMazui/resume-maker
Last synced: 3 months ago
JSON representation
Generate a JIS standard resume (for Japanese) from the json config file.
- Host: GitHub
- URL: https://github.com/PruneMazui/resume-maker
- Owner: PruneMazui
- Created: 2018-04-10T09:28:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-18T08:56:05.000Z (about 7 years ago)
- Last Synced: 2024-11-06T11:45:44.267Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 107 KB
- Stars: 75
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- my-awesome-starred - PruneMazui/resume-maker - Generate a JIS standard resume (for Japanese) from the json config file. (JavaScript)
README
Resume Maker
===[](https://travis-ci.com/PruneMazui/resume-maker)
## Overview
* Generate a JIS standard resume (for Japanese) from the json config file.
## Requirement
* nodejs >= 6.9.5
## Dependences
* ejs >= 2.5.8
* html-pdf >= 2.2.0## Usage
1. Download the source code and move the directory.
2. Execute the command. `npm i`
3. Make a config file referring to file.`resume.template.json`
4. Execute the command. `npm run make-jp-resume [config file] [output pdf]`## Example
### Config file
```json
{
"date": "YYYY年 MM月 DD日現在",
"name_kana": "ヤマダ タロウ",
"name": "山田 太郎",
"gender": "男",
"birth_day": "YYYY年 MM月 DD日",
"address_kana": "トウキョウトスミダクオシアゲ",
"zip_code": "〒131-0045",
"address": "東京都墨田区押上1-1−2",
"tel": "0120-XX-XXXX",
"phone": "090-XX-XXXX",
"mail": "[email protected]",
"academic_histories": [
{
"year": "20XX年",
"month": "4",
"value": "YY高校入学"
},
{
"year": "20XX年",
"month": "3",
"value": "YY高校卒業"
}
],
"work_histories": [
{
"year": "20XX年",
"month": "4",
"value": "株式会社ZZ入社"
},
{
"year": "20XX年",
"month": "3",
"value": "株式会社ZZ退職"
}
],
"licenses": [
{
"year": "20XX年",
"month": "1",
"value": "普通自動車免許"
},
{
"year": "20XX年",
"month": "12",
"value": "ITパスポート"
}
],
"free": "これはサンプルです。\nよろしくお願いします。"
}
```
### Made PDF
