create-resume
v0.1.0
Published
Create resume with markdown
Downloads
8
Readme
create-resume
使用markdown编写类似github样式的简历,支持生成html,pdf格式
Install
yarn add create-resume
Usage
$ yarn create-resume ./resume.md
$ yarn create-resume --output pdf ./resume.md // output pdf
Output type
- html (default)
Dependencies
- showdown
- html-pdf
- github-markdown-css