| Crates.io | rustwell-cli |
| lib.rs | rustwell-cli |
| version | 0.1.0 |
| created_at | 2025-12-26 22:09:08.132172+00 |
| updated_at | 2025-12-26 22:09:08.132172+00 |
| description | A CLI tool for parsing and compiling fountain screenplay scripts. |
| homepage | |
| repository | https://github.com/frblo/rustwell |
| max_upload_size | |
| id | 2006342 |
| size | 88,864 |
Rustwell-CLI is a CLI (command line interface) tool for parsing and formatting screenplays written as Fountain files. This means this tool can, provided a Fountain file, generate a formatted screenplay as, for example, a pdf or a html file.
cargo run -- script.fountain -o script.pdf
More details on the CLI tool can be found by running:
cargo run -- -h
which will show all current possible output formats.