Sign inSign up

kelsoncm/code2pdf

By kelsoncm

Updated 29 days ago

Executes a code2pdf that outputs a _.pdf with all source code localated at /code inside container.

Image
0

259

kelsoncm/code2pdf repository overview

code2pdf

This image (thanks to @sedir) executes a code2pdf ruby based (thanks to @lucascaton) that outputs a PDF with all source code localated at /code at the container (exposed using volume).

How to use

Execute docker image informing the source code at /code, the output PDF will be _.pdf.

docker run --rm -v $PWD:/code kelsoncm/code2pdf .

You can ignore files to output putting a file named .code2pdf as specified here https://github.com/lucascaton/code2pdf#blacklist-file-example .

Tag summary

Content type

Image

Digest

sha256:df5029308

Size

37.4 MB

Last updated

29 days ago

docker pull kelsoncm/code2pdf