Skip to content

h12w/cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

h12.io/cv

An HTML CV generator in Go that suports:

  • JSON Resume data format
  • Markdown text fields
  • Go html/template

Usage

go get h12.io/cv/cmd/mkcv                         # install mkcv command line tool
cd $GOPATH/src/h12.io/cv/tmpl/resume/mnjul-resume # choose a template
$GOPATH/bin/mkcv                                  # execute mkcv with default options
open resume.html                                  # view generated resume.html

mkcv -h # to see available command line options

Credit

This work is inspired by:

  • resumake.io
  • github.com/mnjul/html-resume
  • jsonresume.org

About

HTML CV generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published