mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
9 lines
516 B
Markdown
9 lines
516 B
Markdown
# 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](cli-platform) - for example,
|
|
multiple other modules use the [`Task`](cli-platform/Task.roc) module, including the
|
|
[`Stdin`](cli-platform/Stdin.roc) and [`Stdout`](cli-platform/Stdout.roc) modules.
|