roc/examples/interactive/README.md
2022-03-07 20:10:50 -07:00

516 B

Interactive examples

These are examples of how to make extremely basic CLI (command-line interface) and TUI (terminal user interface) apps in Roc.

There's not currently much documentation for the CLI platform (which also doesn't support many operations at this point!) but you can look at the modules it includes - for example, multiple other modules use the Task module, including the Stdin and Stdout modules.