roc/examples/interactive
2022-09-14 11:26:48 -05:00
..
cli-platform Add types to config 2022-09-14 11:26:48 -05: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 Merge branch 'main' into pass-args-to-cli 2022-09-12 23:53:55 -04:00
args.roc Cargo fmt 2022-09-12 12:25:04 -04:00
countdown.roc Pass cli arguments to main required by cli platform 2022-09-12 12:23:28 -04:00
echo.roc Pass cli arguments to main required by cli platform 2022-09-12 12:23:28 -04:00
effects.roc Remove Package-Config.roc from examples 2022-06-16 15:21:55 -04:00
file.roc roc format 2022-09-12 20:39:06 -04:00
form.roc Pass cli arguments to main required by cli platform 2022-09-12 12:23:28 -04:00
http-get.roc Pass cli arguments to main required by cli platform 2022-09-12 12:23:28 -04:00
README.md Link to the CLI platform docs in examples README 2022-09-03 21:11:21 -04: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 basic CLI (command-line interface) and TUI (terminal user interface) apps in Roc.

The platform is a work in progress, but you can look at the docs for its modules, and its source code if you'd like to build your own CLI apps, perhaps using the examples in this directory as starting points!

Feel free to ask on Zulip in the #beginners channel if you have questions about making CLI apps, or if there are operations you'd like to see added to this example CLI platform (for an application you'd like to build in Roc).