Files
tldr/pages.zh/common/resume.md

20 lines
462 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 简历
> 轻松设置新的简历。
> 更多信息:<https://github.com/jsonresume/resume-cli>。
- 在当前工作目录中创建一个新的 `resume.json` 文件:
`resume init`
- 根据模式测试验证 `resume.json` 以确保其符合标准:
`resume validate`
- 将简历导出为本地的样式化 HTML 或 PDF 格式:
`resume export {{path/to/html_or_pdf}}`
- 启动一个网络服务器,提供本地的 `resume.json`
`resume serve`