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

https://github.com/rsteube/jsonresume-headless

resume-cli docker container with headless chrome
https://github.com/rsteube/jsonresume-headless

docker headless jsonresume resume-cli

Last synced: 11 months ago
JSON representation

resume-cli docker container with headless chrome

Awesome Lists containing this project

README

          

# jsonresume-headless

Just another docker container for [resume-cli](https://github.com/jsonresume/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`):
```sh
#!/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:
```sh
resume-cli export --theme classy resume.pdf
```