| layout | default |
|---|---|
| title | Cli |
| has_children | true |
| nav_order | 7 |
This document provides an overview of the XS Cli tooling.
To install Hyperbee.XS.Cli as a global command line tool:
dotnet tool install -g hyperbee.xs.cli
or following Microsoft's documentation
xs [OPTIONS] <COMMAND>
| Option | Description |
|---|---|
-h, --help |
Prints help information |
| Command | Description |
|---|---|
repl |
Start an interactive shell |
compile |
Compile a file to an assembly |
run |
Run a file and see the resuls |