roc/examples/interactive
2022-07-25 13:05:01 -04:00
..
cli-platform Use rustls in cli-platform example 2022-07-25 13:05:01 -04:00
effects-platform Correctly use module name in linked functions 2022-07-21 09:02:04 -04:00
tui-platform Fix TUI example 2022-07-21 09:02:04 -04:00
.gitignore Http example is running! Not debugged yet. 2022-07-17 22:00:17 +01: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
http-get.roc Get rid of options that don't do anything 2022-07-23 09:11:30 +01: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.