Skip to content

experimental golang package for working with Fountain formatted screenplays.

License

Notifications You must be signed in to change notification settings

rsdoiel/fountain

Repository files navigation

Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.

fountain

fountain is an experimental Golang package for working with Fountain formatted Screenplay documents. It provides a parser, pretty prints using the String func and has an HTML renderer. fountain format is supported by many programs (see list at fountain.io).

This package also includes a demonstration command line programs

fountain2json : A fountain to JSON converter (useful for building reports)

fountainfmt : A fountain document pretty printer

fountain2html : A fountain to HTML converter

Reference materials