roc/examples/interactive
2022-05-22 14:06:34 +01:00
..
cli-platform
effects-platform
tui-platform
.gitignore
countdown.roc
echo.roc
effects.roc
form.roc
README.md
tui.roc

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.