Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cowuake/sharpenedexamples
A collection of C# examples, employing the power and flexibility of CSX scripting
https://github.com/cowuake/sharpenedexamples
Last synced: about 1 month ago
JSON representation
A collection of C# examples, employing the power and flexibility of CSX scripting
- Host: GitHub
- URL: https://github.com/cowuake/sharpenedexamples
- Owner: cowuake
- License: mit
- Created: 2023-11-14T06:57:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-14T07:48:18.000Z (about 1 year ago)
- Last Synced: 2023-11-14T08:27:46.224Z (about 1 year ago)
- Language: C#
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SharpenedExamples
A collection of C# examples, employing the power and flexibility of CSX scripting.
## How to run the examples
1. Follow the [installation instructions for `dotnet-script`](https://github.com/dotnet-script/dotnet-script/blob/master/README.md#installing)
2. Run the examples directly from the terminal invoking `dotnet script`. If you want, for example, to run the example on the Tuple data type, just launch the following command from the root of the repository:```bash
dotnet script ./src/DataTypes/tuples.csx
```