Skip to content

rsteube/jsonresume-headless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jsonresume-headless

Just another docker container for resume-cli, but with headless chrome for pdf export.

Getting Started

Save the following with [VERSION] replaced as executable script to your PATH (e.g. ~/.local/bin/resume-cli):

#!/bin/sh

docker run --init --rm -p 4000:4000 -u $(id -u):$(id -g) -v "$(pwd):/work" -it rsteube/jsonresume-headless:[VERSION] $@

then use just as if native:

resume-cli export --theme classy resume.pdf