Files
spectreconsole-examples/README.md
Patrik Svensson a3cc9f5f72 Initial commits
2024-08-05 21:20:18 +02:00

22 lines
330 B
Markdown

# `Spectre.Console` examples
To see `Spectre.Console` in action, install the
[dotnet-example](https://github.com/patriksvensson/dotnet-example)
global tool.
```
> dotnet tool restore
```
Now you can list available examples in this repository:
```
> dotnet example
```
And to run an example:
```
> dotnet example tables
```