Important
- If you want to run an example here but don't want to build basic-cli from source; go to the examples of a specific version: https://github.com/roc-lang/basic-cli/tree/0.VERSION.0/examples and in the example; replace the
"../platform/main.roc"
with the release link, for example"https://github.com/roc-lang/basic-cli/releases/download/0.17.0/lZFLstMUCUvd5bjnnpYromZJXkQUrdhbva4xdBInicE.tar.br"
. - To use these examples as is with basic-cli built from source you'll need to build the platform first.
These are examples of how to make basic CLI (command-line interface) and apps using basic-cli
as a platform.
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 platform (for
an application you'd like to build in Roc).