# markdown2pdf **Repository Path**: zgyljr2023/markdown2pdf ## Basic Information - **Project Name**: markdown2pdf - **Description**: 【简历制作】使用 markdown 语法来构建你的 pdf 简历,简单灵活可扩展性极高,多种模板随心选🔥~ - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: https://codecv.top - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 141 - **Created**: 2024-04-24 - **Last Updated**: 2024-04-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # codecv This is a tool for creating resumes using `markdown`. It can convert your written `markdown` resume into a `PDF` format, supports multiple templates, and runs on love.
[Online 1](https://codecv.top) [Online 2](https://codeleilei.gitee.io/markdown2pdf) > Declaration: This project is published on GitHub/Gitee, free and as an open source learning use, use spare time for continuous development, deployment please indicate the original author and the original warehouse address in a prominent place on the website, do not use for commercial purposes without the author's permission! ## 😄 Docker deploy You can directly run using the image I have already built. ```sh docker run -d -t -p 8080:80 --name codecv --restart=always docker.io/wenyang0/codecv:latest ``` Or, you can manually compile it yourself if you prefer. ```sh #clone the code git clone https://github.com/acmenlei/codecv.git #docker build cd codecv/ docker build -t codecv:v1 . #start server docker run -d -t -p 8080:80 --name codecv --restart=always codecv:v1 ``` Finally, open your browser and access the service's address at http://serverIP:8080 ## 🤩 Preview of the resultResume template
Resume editing and dark themes
Built-in multiple vector ICONS
Alipay