roc/examples/interactive
2022-07-13 23:16:09 -04:00
..
cli-platform roc format examples 2022-07-13 23:16:09 -04:00
effects-platform Remove Package-Config.roc from examples 2022-06-16 15:21:55 -04:00
tui-platform roc format examples 2022-07-06 14:00:45 -04:00
.gitignore Move effects example into interactive/ 2022-03-07 20:10:50 -07:00
countdown.roc Remove Package-Config.roc from examples 2022-06-16 15:21:55 -04:00
echo.roc roc format examples 2022-07-13 23:16:09 -04:00
effects.roc Remove Package-Config.roc from examples 2022-06-16 15:21:55 -04:00
form.roc Add a third type param to Task 2022-07-07 10:06:02 -04:00
README.md Consolidate interactive examples into one dir 2022-03-07 20:10:50 -07:00
tui.roc Remove Package-Config.roc from examples 2022-06-16 15:21:55 -04:00

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.