Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kelsoncm/code_to_pdf
- Owner: kelsoncm
- License: mit
- Created: 2023-09-21T20:34:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-21T21:23:17.000Z (over 1 year ago)
- Last Synced: 2023-09-22T10:32:38.360Z (over 1 year ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```