vshn / afterwriting

Docker image encapsulating the Afterwriting screenplay PDF generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom Afterwriting Docker Image

This repository builds a ready-to-use Afterwriting Docker image, used to build screenplays and webinar scripts in PDF format from their original Fountain sources.

Note
The version number of the Docker image matches the version of Afterwriting encapsulated therein.

Usage

To create the PDF version of a Fountain screenplay, use the following command:

podman run --rm --volume "$(pwd)":/image ghcr.io/vshn/afterwriting:1.17.3 --source /image/presentation.fountain --pdf /image/test.pdf

About

Docker image encapsulating the Afterwriting screenplay PDF generator


Languages

Language:Dockerfile 100.0%