roc/examples/cli
2023-11-29 21:49:34 -08:00
..
effects-platform update zig and rust platforms to have correct roc_panic and roc_dbg 2023-11-29 21:49:34 -08:00
false-interpreter update zig and rust platforms to have correct roc_panic and roc_dbg 2023-11-29 21:49:34 -08:00
tui-platform update zig and rust platforms to have correct roc_panic and roc_dbg 2023-11-29 21:49:34 -08:00
.gitignore roc format and remove accidental file 2023-11-20 17:55:47 -08:00
argsBROKEN.roc update all examples to basic-cli version and mark broken examples 2023-11-20 15:36:15 -08:00
countdown.roc update all examples to basic-cli version and mark broken examples 2023-11-20 15:36:15 -08:00
echo.roc update all examples to basic-cli version and mark broken examples 2023-11-20 15:36:15 -08:00
effects.roc Recategorize interactive apps as CLIs 2022-09-11 22:32:15 -06:00
env.roc update all examples to basic-cli version and mark broken examples 2023-11-20 15:36:15 -08:00
fileBROKEN.roc update all examples to basic-cli version and mark broken examples 2023-11-20 15:36:15 -08:00
form.roc roc format and remove accidental file 2023-11-20 17:55:47 -08:00
http-get.roc roc format and remove accidental file 2023-11-20 17:55:47 -08:00
ingested-file-bytes.roc Remove stale copy of basic-cli from the repo 2023-11-20 14:59:13 -08:00
ingested-file.roc Remove stale copy of basic-cli from the repo 2023-11-20 14:59:13 -08: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.