Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kelsoncm/code_to_pdf

code_to_pdf
https://github.com/kelsoncm/code_to_pdf

Last synced: 3 days ago
JSON representation

code_to_pdf

Awesome Lists containing this project

README

        

# code2pdf

## How to use

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

```bash
docker run --rm -v $PWD:/code kelsoncm/code_to_pdf
```