roc/examples/cli
2023-07-04 11:24:40 +02:00
..
cli-platform Make has have 4 identation spaces 2023-07-04 11:24:40 +02:00
effects-platform remove old compiler-rt workarounds for macos 2023-06-24 17:27:11 -07:00
false-interpreter remove all definitions of roc_memcpy 2023-06-02 15:23:05 -07:00
tui-platform remove old compiler-rt workarounds for macos 2023-06-24 17:27:11 -07:00
.gitignore add test case for ingesting as bytes with type hole 2023-04-09 14:03:34 -07:00
args.roc Drop Program and third type param from Task 2022-11-24 03:21:14 -05:00
countdown.roc Drop Program and third type param from Task 2022-11-24 03:21:14 -05:00
echo.roc Drop Program and third type param from Task 2022-11-24 03:21:14 -05:00
effects.roc Recategorize interactive apps as CLIs 2022-09-11 22:32:15 -06:00
env.roc Revert stray introduction from #4661 2022-12-03 12:32:46 -06:00
file.roc roc format 2022-11-24 05:47:35 -05:00
form.roc roc format 2022-11-24 05:47:35 -05:00
http-get.roc roc format 2022-11-24 05:47:35 -05:00
ingested-file-bytes.roc add test case for ingesting as bytes with type hole 2023-04-09 14:03:34 -07:00
ingested-file.roc fix formatting 2023-04-09 14:03:34 -07:00
README.md update README 2023-01-11 16:52:58 +01:00
tui.roc Recategorize interactive apps as CLIs 2022-09-11 22:32:15 -06:00

CLI examples

Note: You probably will want to use the basic-cli platform. This folder will be removed soon.

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