FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

basic-cli/README.md at main · codegod100/basic-cli · GitHub

Latest commit

 

History

History
33 lines (26 loc) · 1.17 KB

File metadata and controls

33 lines (26 loc) · 1.17 KB

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:

./jump-start.sh
roc build.roc --linker=legacy

Then you can run like usual:

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

Back | FazBrowse Home | New Git URL