Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1009 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 1009 Bytes

basic-cli

A Roc platform to work with files, commands, HTTP, TCP, command line arguments,...

👀 examples:

📖 documentation:

Running locally

If you clone this repo instead of using the release URL you'll need to build the platform once:

roc build.roc

Then you can run like usual:

$ roc examples/hello-world.roc
Hello, World!