An open API service indexing awesome lists of open source software.

https://github.com/drproteus/resumaker

html/pdf resume generator
https://github.com/drproteus/resumaker

Last synced: 4 months ago
JSON representation

html/pdf resume generator

Awesome Lists containing this project

README

          

# Resumaker
Resumaker is a simple alternative to WYSIWYG editing that uses templates to render a resume in HTML and PDF formats from JSON.

## Latest Builds
* [html](https://drproteus.github.io/resumaker)
* [pdf](https://drproteus.github.io/resumaker/resume.pdf)

# Quickstart
```bash
$ go build resumaker.go
$ ./resumaker data/resume.json templates/resume.gohtml assets/css/style.css
```