roc/examples/cli
Ayaz 9bf23196a8
Revert stray introduction from #4661
Signed-off-by: Ayaz <20735482+ayazhafiz@users.noreply.github.com>
2022-12-03 12:32:46 -06:00
..
cli-platform Don't even compile https stuff in wasm! 2022-11-26 08:53:31 -05:00
effects-platform make effects platform work on windows 2022-11-10 22:11:21 +01:00
false-interpreter Merge pull request #4507 from roc-lang/alias-analysis-rc-recursion 2022-11-12 12:54:06 -06:00
tui-platform make new extern functions compile on windows 2022-11-10 23:14:41 +01:00
.gitignore Drop Program and third type param from Task 2022-11-24 03:21:14 -05: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
README.md basic-cli docs --> roc-lang.org/packages/basic-cli 2022-11-26 19:04:35 -05:00
tui.roc Recategorize interactive apps as CLIs 2022-09-11 22:32:15 -06:00

CLI examples

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

The basic-cli 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).