0.1.0 • Published 4 years ago

create-resume v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

create-resume

npm 使用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)
  • pdf

Dependencies

  • showdown
  • html-pdf
  • github-markdown-css