@kurone-kito/shokurekisho-docx-cli
v0.2.0
Published
Generate a Word docx file of Japanese-style resume (職務経歴書) from JSON Resume
Downloads
19
Maintainers
Readme
📄 <職歴書> - shokurekisho-docx-cli
JSON Resume 形式のプロフィール情報から、日本のお堅い系企業ウケしそうな様式の職務経歴書を docx ファイル形式で生成します。
Generate a Word docx file of Japanese-style resume (職務経歴書) from JSON Resume for cli
Requires
Node.js >= v13 (Strongly recommended)
or
Node.js >= v8.10 and < v13, and a latest full-icu
package
Usage
on Node.js >= v13
npm install --global @kurone-kito/shokurekisho-docx-cli
shokurekisho build resume.json resume.docx
on Node.js >= v8.10 and < v13
npm install --global @kurone-kito/shokurekisho-docx-cli full-icu
NODE_ICU_DATA=$(node-full-icu-path) shokurekisho build resume.json resume.docx
Help
$ hokurekisho --help
Usage: shokurekisho [options] [command]
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
build|b <source> [destination] Generate docx of resume from JSON.
Extended JSON-Resume
標準のJSON Resume 形式に加え、拡張した形式を読み込むことができます。
In addition to the standard JSON Resume format, the extended format can be read.
{
"projects": [
{
...
"env": {
"os": ["Windows XP", "AIX"],
"language": ["PL/I", "COBOL"],
"platforms": ["Excel 2000"]
}
}
],
"skills": [
{
...
"tags": "language"
},
{
...
"tags": ["tools", "foobar"]
}
]
}
License
MIT