Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.01 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.01 KB

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