Skip to content

steinslin/markdown-resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

markdown-resume

Write a resume with markdown and generate to html or pdf

use github markdown theme

usage

install

npm install markdown-resume-pdf --save

get start

const path = require('path')
const markdownResume = require('markdown-resume-pdf')

markdownResume('./my-resume.md', {
  html: true, // generate the html file, default false
  pdf: true, // generate the pdf file, default true
  output: path.resolve(__dirname, 'resume')
})

About

Write a resume with markdown and generate to html or pdf.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published