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
- Host: GitHub
- URL: https://github.com/drproteus/resumaker
- Owner: drproteus
- License: mit
- Created: 2024-10-08T17:51:00.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2026-03-02T21:20:24.000Z (4 months ago)
- Last Synced: 2026-03-09T12:52:46.517Z (4 months ago)
- Language: Go Template
- Homepage: https://drproteus.github.io/resumaker/
- Size: 525 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```